X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/27f616ddf5bdefea2793427117329e03e20c8c1f..968dee680f777012773c21a23dd698b693634104:/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);