Index: trunk/Nebulous/nebclient/src/nebclient.c
===================================================================
--- trunk/Nebulous/nebclient/src/nebclient.c	(revision 4440)
+++ trunk/Nebulous/nebclient/src/nebclient.c	(revision 4456)
@@ -4,5 +4,5 @@
  * Copyright (C) 2005  Joshua Hoblitt
  *
- * $Id: nebclient.c,v 1.4 2005-06-30 02:35:06 jhoblitt Exp $
+ * $Id: nebclient.c,v 1.5 2005-07-06 02:44:12 jhoblitt Exp $
  */
 
@@ -24,4 +24,5 @@
 static off_t nebCopyFile(char *source, char *dest);
 static off_t nebCopyFilehandle(int sourceFH, int destFH);
+static int nebParseURI(const char *URI, char **filename);
 
 void nebServerInit(nebServer *server)
@@ -227,5 +228,5 @@
 }
 
-int nebParseURI(const char *URI, char **filename)
+static int nebParseURI(const char *URI, char **filename)
 {
     regex_t         myregex;
