summaryrefslogtreecommitdiff
path: root/source3/ubiqx/ubi_Cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/ubiqx/ubi_Cache.c')
-rw-r--r--source3/ubiqx/ubi_Cache.c17
1 files changed, 14 insertions, 3 deletions
diff --git a/source3/ubiqx/ubi_Cache.c b/source3/ubiqx/ubi_Cache.c
index 290f7593e7..af2fe7b78d 100644
--- a/source3/ubiqx/ubi_Cache.c
+++ b/source3/ubiqx/ubi_Cache.c
@@ -90,20 +90,31 @@
*
* -------------------------------------------------------------------------- **
*
- * Log: ubi_Cache.c,v
+ * Log: ubi_Cache.c,v
+ * Revision 0.1 1998/05/20 04:36:02 crh
+ * The C file now includes ubi_null.h. See ubi_null.h for more info.
+ *
* Revision 0.0 1997/12/18 06:24:33 crh
* Initial Revision.
*
* ========================================================================== **
*/
-#include "../includes.h"
-#include "ubi_Cache.h" /* Header for *this* module. */
+#include "ubi_null.h" /* ubiqx NULL source. */
+#include "ubi_Cache.h" /* Header for *this* module. */
/* -------------------------------------------------------------------------- **
* Static data...
*/
+/* commented out until I make use of it...
+static char ModuleID[] =
+"ubi_Cache\n\
+\tRevision: 0.1 \n\
+\tDate: 1998/05/20 04:36:02 \n\
+\tAuthor: crh \n";
+*/
+
/* -------------------------------------------------------------------------- **
* Internal functions...
*/