Index: trunk/Nebulous/nebclient/idataclient.h
===================================================================
--- trunk/Nebulous/nebclient/idataclient.h	(revision 2934)
+++ trunk/Nebulous/nebclient/idataclient.h	(revision 2954)
@@ -4,5 +4,5 @@
  * Copyright (C) 2005  Joshua Hoblitt
  *
- * $Id: idataclient.h,v 1.2 2005-01-08 00:57:59 jhoblitt Exp $
+ * $Id: idataclient.h,v 1.3 2005-01-11 04:36:40 jhoblitt Exp $
  */
 
@@ -49,2 +49,6 @@
 
 void idataFree(void *ptr);
+
+int idataCopyFile(char *source, char *dest);
+
+int idataCopyFilehandle(int sourceFH, int destFH);
