aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/yarrow/ylock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/crypto/yarrow/ylock.h')
-rw-r--r--src/lib/crypto/yarrow/ylock.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/crypto/yarrow/ylock.h b/src/lib/crypto/yarrow/ylock.h
index 3e52605..21d3911 100644
--- a/src/lib/crypto/yarrow/ylock.h
+++ b/src/lib/crypto/yarrow/ylock.h
@@ -12,7 +12,7 @@
*/
-int LOCK( void ) { return (YARROW_OK); }
-int UNLOCK( void ) { return (YARROW_OK); }
+static int LOCK( void ) { return (YARROW_OK); }
+static int UNLOCK( void ) { return (YARROW_OK); }
#endif /* YLOCK_H */