about summary refs log tree commit diff stats
path: root/src/LYSearch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYSearch.c')
-rw-r--r--src/LYSearch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYSearch.c b/src/LYSearch.c
index 52a3e110..7dd6c26b 100644
--- a/src/LYSearch.c
+++ b/src/LYSearch.c
@@ -17,7 +17,7 @@
  * in not found do not reset cur and return false.
  */
 
-PUBLIC int check_for_target_in_links ARGS2(int *,cur, char *,new_target)
+PRIVATE int check_for_target_in_links ARGS2(int *,cur, char *,new_target)
 {
     int i = *cur+1;