suffix_list.h

changeset 19
8bac9fd0629d
parent 18
cae1294702aa
child 20
43725438ac50
--- a/suffix_list.h	Sat Oct 15 14:52:12 2011 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-/*
- * suffix_list.h
- *
- *  Created on: 15.09.2011
- *      Author: beckermi
- */
-
-#ifndef SUFFIX_LIST_H_
-#define SUFFIX_LIST_H_
-
-#include "stdinc.h"
-
-typedef struct _suffix_list {
-  int count;
-  char** items;
-} suffix_list_t;
-
-#ifdef _cplusplus
-extern "C" {
-#endif
-
-suffix_list_t* new_suffix_list_t();
-void destroy_suffix_list_t(suffix_list_t*);
-void add_suffix(suffix_list_t*, char*);
-
-#ifdef _cplusplus
-}
-#endif
-
-#endif /* SUFFIX_LIST_H_ */

mercurial