added comment to main() so autogsdoc will recognize as tool

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20056 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adrian Robert 2004-09-14 02:13:59 +00:00
parent 2af121ac63
commit 7cae182497

View file

@ -4101,6 +4101,9 @@ unregister(const char *name, int port, int ptype)
}
}
/**
* (A dummy comment to help autogsdoc realize this is a command-line tool.)
*/
int
main(int argc, char** argv)
{