commit ffaf068f318e080bdf7cfaf1232836b92f779315 parent 6390625cef35952e411999714e77a137a55de718 Author: sin <sin@2f30.org> Date: Sun, 12 May 2019 11:42:15 +0100 Use extern for decls Diffstat:
M | lock.h | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lock.h b/lock.h @@ -1,2 +1,2 @@ -int lockrepo(char *); -int unlockrepo(int); +extern int lockrepo(char *); +extern int unlockrepo(int);