Patch from Larry Doolittle (with minor touchups from me so everything compiles

and works) to use the applet definitions in applets.h to autogenerate the applet
function and usage prototypes.
This commit is contained in:
Eric Andersen
2000-11-30 00:27:06 +00:00
parent 8c2d3f46ab
commit 8c725e624a
10 changed files with 302 additions and 713 deletions

View File

@ -3,6 +3,10 @@
#include <stdio.h>
#include <string.h>
#include <errno.h>
#undef APPLET
#undef APPLET_NOUSAGE
#undef PROTOTYPES
#include "applets.h"
#define bb_need_full_version