git » libfilo » commit e51bca2

Remove filo_islocked().

author Alberto Bertogli
2005-04-15 17:14:06 UTC
committer Alberto Bertogli
2005-04-15 17:14:06 UTC
parent 57f9c3b880ffcf4fdccf8a27402de2401ffe6892

Remove filo_islocked().

libfilo.h +0 -1

diff --git a/libfilo.h b/libfilo.h
index 6e65fbb..79d1e08 100644
--- a/libfilo.h
+++ b/libfilo.h
@@ -53,7 +53,6 @@ int filo_free(filock_t *fl);
 int filo_lock(filock_t *fl, off_t start, off_t len, int mode);
 int filo_trylock(filock_t *fl, off_t start, off_t len, int mode);
 int filo_unlock(filock_t *fl, off_t start, off_t len);
-int filo_islocked(filock_t *fl, off_t start, off_t len);
 int filo_plockf(filock_t *fl, int cmd, off_t start, off_t len);
 
 #endif