about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nq.c b/nq.c
index bc12132..21a0a5b 100644
--- a/nq.c
+++ b/nq.c
@@ -39,7 +39,7 @@
 #include <time.h>
 #include <unistd.h>
 
-void
+static void
 swrite(int fd, char *str)
 {
 	size_t l = strlen(str);
@@ -50,7 +50,7 @@ swrite(int fd, char *str)
 	}
 }
 
-void
+static void
 write_execline(int fd, int argc, char *argv[])
 {
 	int i;