mud/lib/secure/daemon/localpost.h
2020-09-06 05:43:07 -07:00

11 lines
281 B
C

#ifndef __LOCALPOST_H
#define __LOCALPOST_H
void load_groups();
varargs string *send_post(mapping borg, mixed who);
static private mixed map_groups(string str, mapping grps, string who);
string *query_mud_group(string str);
mapping query_mud_groups();
#endif /* __LOCALPOST_H */