]> jfr.im git - solanum.git/blame - include/operhash.h
Innovation by sed
[solanum.git] / include / operhash.h
CommitLineData
27f616dd
JT
1#ifndef INCLUDED_operhash_h
2#define INCLUDED_operhash_h
3
27f616dd
JT
4void init_operhash(void);
5const char *operhash_add(const char *name);
6const char *operhash_find(const char *name);
7void operhash_delete(const char *name);
8
9#endif