Various tweaks. The implementation of notify, create, etc.

should really be in lib9.
This commit is contained in:
rsc 2003-10-11 02:45:55 +00:00
parent 941c9f36a9
commit ffcafb8c4b
3 changed files with 16 additions and 6 deletions

View file

@ -33,7 +33,10 @@ Rune baddir[] = { '<', 'b', 'a', 'd', 'd', 'i', 'r', '>', '\n'};
void usage(void);
int main(int argc, char *argv[])
extern int notify(void(*)(void*,char*));
int
main(int argc, char *argv[])
{
int i;
String *t;
@ -126,6 +129,7 @@ int main(int argc, char *argv[])
cmdloop();
trytoquit(); /* if we already q'ed, quitok will be TRUE */
exits(0);
return 0;
}
void