Remove redundant code
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 31 Jul 2009 11:40:32 +0000 (13:40 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 31 Jul 2009 11:40:32 +0000 (13:40 +0200)
index/indexplugin.h

index f3de2cb..aac7987 100644 (file)
@@ -16,21 +16,3 @@ void addDriverFunction(indexList);
 void zebraIndexBuffer(ZebraHandle zh, char *data, int dataLength, enum zebra_recctrl_action_t action, char *name);
 
 #endif
-#ifndef INDEXPLUGINH
-#define INDEXPLUGINH
-
-#include "../index/index.h"
-#include <assert.h>
-
-
-typedef int (*indexList)(ZebraHandle zh, const char *driverArg, enum zebra_recctrl_action_t action);
-
-typedef struct 
-{
-       indexList idxList;
-} zebra_index_plugin_object;
-
-void addDriverFunction(indexList);
-void zebraIndexBuffer(ZebraHandle zh, char *data, int dataLength, enum zebra_recctrl_action_t action, char *name);
-
-#endif