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

Fixed bug in last commit (accidentally removed sbbs_t::nopen).

parent 129b1350
No related branches found
No related tags found
No related merge requests found
......@@ -585,6 +585,7 @@ public:
void printstatslog(uint node);
ulong logonstats(void);
void logoffstats(void);
int nopen(char *str, int access);
int mv(char *src, char *dest, char copy); /* fast file move/copy function */
bool chksyspass(void);
bool chk_ar(uchar * str, user_t * user); /* checks access requirements */
......
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