Code

git-rev-list: add "--pretty" command line option
[git.git] / rpush.c
diff --git a/rpush.c b/rpush.c
index 223bdd81f3303f4f6fd7493f94a8f7f39aacffee..17d5ab8a60ab2ec7fa3a7dc927351e8a34de3a89 100644 (file)
--- a/rpush.c
+++ b/rpush.c
@@ -3,7 +3,7 @@
 #include <sys/socket.h>
 #include <errno.h>
 
-void service(int fd_in, int fd_out) {
+static void service(int fd_in, int fd_out) {
        ssize_t size;
        int posn;
        char unsigned sha1[20];