]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - examples/loadables/hello.c
Imported from ../bash-2.05a.tar.gz.
[thirdparty/bash.git] / examples / loadables / hello.c
index f4b4a8ea71644a992a9ec3aef1ab987bfe98bf59..1d68c6fc8ae890b8c58c239784721ff395fda1c0 100644 (file)
@@ -31,6 +31,7 @@
 
    A builtin command returns EXECUTION_SUCCESS for success and
    EXECUTION_FAILURE to indicate failure. */
+int
 hello_builtin (list)
      WORD_LIST *list;
 {