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

fnopen() is now always prototyped (for SCFG).

parent c043ac11
No related branches found
No related tags found
No related merge requests found
......@@ -850,6 +850,9 @@ extern "C" {
#endif
/* misc.c */
FILE * fnopen(int *file, char *str, int access);
#ifdef SBBS /* These aren't exported */
/* main.c */
......@@ -861,7 +864,6 @@ extern "C" {
/* misc.c */
int nopen(char *str, int access);
FILE * fnopen(int *file, char *str, int access);
int bstrlen(char *str);
char * ultoac(ulong l,char *str);
void truncsp(char *str); /* Truncates white spaces off end of str */
......
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