Removed obsolete headers alexpath, alexutil. Created zebrautl.h as
[idzebra-moved-to-github.git] / include / zebrautl.h
diff --git a/include/zebrautl.h b/include/zebrautl.h
new file mode 100644 (file)
index 0000000..82e6fe7
--- /dev/null
@@ -0,0 +1,24 @@
+/*
+ * Copyright (C) 1995-1996, Index Data I/S 
+ * All rights reserved.
+ * Sebastian Hammer, Adam Dickmeiss
+ *
+ * $Log: zebrautl.h,v $
+ * Revision 1.1  1996-10-29 13:46:12  adam
+ * Removed obsolete headers alexpath, alexutil. Created zebrautl.h as
+ * a replacement.
+ *
+ */
+
+#ifndef ZEBRA_UTIL_H
+#define ZEBRA_UTIL_H
+
+#include <log.h>
+#include <options.h>
+#include <xmalloc.h>
+#include <res.h>
+#include <readconf.h>
+
+#include <common.h>
+
+#endif