Skip to content
Snippets Groups Projects
Commit d066680c authored by rswindell's avatar rswindell
Browse files

Changed userlist mode argument from char to long.

parent a9468a11
No related branches found
No related tags found
No related merge requests found
......@@ -392,7 +392,7 @@ public:
/* str.cpp */
char* timestr(time_t *intime);
char timestr_output[60];
void userlist(char subonly);
void userlist(long mode);
size_t gettmplt(char *outstr, char *tmplt, long mode);
void sif(char *fname, char *answers, long len); /* Synchronet Interface File */
void sof(char *fname, char *answers, long len);
......
......@@ -40,7 +40,7 @@
/****************************************************************************/
/* Lists all users who have access to the current sub. */
/****************************************************************************/
void sbbs_t::userlist(char mode)
void sbbs_t::userlist(long mode)
{
char name[256],sort=0;
char tmp[512];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment