aboutsummaryrefslogtreecommitdiffstats
path: root/libibex/ibex_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libibex/ibex_internal.h')
-rw-r--r--libibex/ibex_internal.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/libibex/ibex_internal.h b/libibex/ibex_internal.h
deleted file mode 100644
index 1aabfb98c0..0000000000
--- a/libibex/ibex_internal.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- Copyright 2000 Helix Code Inc.
-*/
-#include <glib.h>
-
-#include "ibex.h"
-
-#define IBEX_VERSION "ibex1"
-
-struct ibex {
- char *path;
- GTree *files;
- GHashTable *words;
- GPtrArray *oldfiles;
- gboolean dirty;
-};
-
-struct ibex_file {
- char *name;
- long index;
-};
-typedef struct ibex_file ibex_file;
-
-gint ibex__strcmp(gconstpointer a, gconstpointer b);
-
-#define IBEX_BUFSIZ 1024