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

9 lines
149 B
C

#ifndef __FINGER_H__
#define __FINGER_H__
static void create();
varargs string GetFinger(string who);
string GetTitle();
#endif /* __FINGER_H__ */