Imported from ../bash-2.05a.tar.gz.
[platform/upstream/bash.git] / examples / loadables / hello.c
index f4b4a8e..1d68c6f 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;
 {