wrflock_destroy.cpp 75 Bytes Edit Raw Blame History 1 2 3 4 5 #include "wrflock.h" int wrflock_destroy (wrflock_t *lock) { return 0; }