move parse.c into rfc822parse.c in the lib-mime as it's what it's about
[apps/madmutt.git] / dotlock.h
index 385f500..16ecce3 100644 (file)
--- a/dotlock.h
+++ b/dotlock.h
@@ -30,8 +30,6 @@
 
 #define DL_FL_ACTIONS (DL_FL_TRY|DL_FL_UNLOCK|DL_FL_UNLINK)
 
-#ifndef DL_STANDALONE
 int dotlock_invoke (const char *, int, int, int);
-#endif
 
 #endif