Index: trunk/Nebulous/nebclient/src/nebclient.c
===================================================================
--- trunk/Nebulous/nebclient/src/nebclient.c	(revision 3017)
+++ trunk/Nebulous/nebclient/src/nebclient.c	(revision 3045)
@@ -4,5 +4,5 @@
  * Copyright (C) 2005  Joshua Hoblitt
  *
- * $Id: nebclient.c,v 1.1 2005-01-16 10:37:59 jhoblitt Exp $
+ * $Id: nebclient.c,v 1.2 2005-01-18 23:36:40 jhoblitt Exp $
  */
 
@@ -222,5 +222,5 @@
 }
 
-off_t idataCopyFile(char *source, char *dest)
+static off_t idataCopyFile(char *source, char *dest)
 {
     int             sourceFH;
@@ -262,5 +262,5 @@
 }
 
-off_t idataCopyFilehandle(int sourceFH, int destFH)
+static off_t idataCopyFilehandle(int sourceFH, int destFH)
 {
     off_t           bytesTotal;
