X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/27f616ddf5bdefea2793427117329e03e20c8c1f..92c6e47b4a6e1af25485a9494ffaee0015b120c8:/include/operhash.h diff --git a/include/operhash.h b/include/operhash.h index 643abf9d..c999b720 100644 --- a/include/operhash.h +++ b/include/operhash.h @@ -1,12 +1,6 @@ #ifndef INCLUDED_operhash_h #define INCLUDED_operhash_h -struct operhash_entry -{ - char *name; - int refcount; -}; - void init_operhash(void); const char *operhash_add(const char *name); const char *operhash_find(const char *name);