diff options
Diffstat (limited to 'docs/new-applet-HOWTO.txt')
-rw-r--r-- | docs/new-applet-HOWTO.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/new-applet-HOWTO.txt b/docs/new-applet-HOWTO.txt index 8a825b998..bb29999cf 100644 --- a/docs/new-applet-HOWTO.txt +++ b/docs/new-applet-HOWTO.txt | |||
@@ -19,8 +19,7 @@ such as who you stole the code from and so forth. Also include the mini-GPL | |||
19 | boilerplate. Be sure to name the main function <applet>_main instead of main. | 19 | boilerplate. Be sure to name the main function <applet>_main instead of main. |
20 | And be sure to put it in <applet>.c. Usage does not have to be taken care of by | 20 | And be sure to put it in <applet>.c. Usage does not have to be taken care of by |
21 | your applet. | 21 | your applet. |
22 | Make sure to #include "libbb.h" as the first include file in your applet so | 22 | Make sure to #include "libbb.h" as the first include file in your applet. |
23 | the bb_config.h and appropriate platform specific files are included properly. | ||
24 | 23 | ||
25 | For a new applet mu, here is the code that would go in mu.c: | 24 | For a new applet mu, here is the code that would go in mu.c: |
26 | 25 | ||