From fb43f202f00184ecbfc6fe319530699140e97f6a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 31 Jul 2009 13:40:32 +0200 Subject: [PATCH] Remove redundant code --- index/indexplugin.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/index/indexplugin.h b/index/indexplugin.h index f3de2cb..aac7987 100644 --- a/index/indexplugin.h +++ b/index/indexplugin.h @@ -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 - - -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 -- 1.7.10.4