about summary refs log tree commit diff stats
path: root/src/LYLocal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYLocal.c')
-rw-r--r--src/LYLocal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYLocal.c b/src/LYLocal.c
index 177af674..4799c4d8 100644
--- a/src/LYLocal.c
+++ b/src/LYLocal.c
@@ -76,7 +76,7 @@
 #define FREE(x) if (x) {free(x); x = NULL;}
 
 
-PUBLIC int LYExecv PARAMS((
+PRIVATE int LYExecv PARAMS((
 	char *		path,
 	char **		argv,
 	char *		msg));
@@ -2209,7 +2209,7 @@ PRIVATE char * render_item ARGS6(
 /*
  *  Execute DIRED command.
  */
-PUBLIC int LYExecv ARGS3(
+PRIVATE int LYExecv ARGS3(
 	char *,		path,
 	char **,	argv,
 	char *,		msg)