summary refs log tree commit diff
path: root/src/main.h
diff options
context:
space:
mode:
authorherbert <herbert@gondor.apana.org.au>2005-03-28 17:43:32 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2005-09-26 18:33:05 +1000
commitaf234c46073f28918c8604a9fde0cc3405e04f85 (patch)
tree44289bb58f5e470682aebdbb5458fcf9edc89b04 /src/main.h
parentRemoved unnecessary inclusion of main.h from eval.c. (diff)
downloaddash-af234c46073f28918c8604a9fde0cc3405e04f85.tar.gz
dash-af234c46073f28918c8604a9fde0cc3405e04f85.zip
Handle SKIPEVAL in read_profile by exiting.
Diffstat (limited to '')
-rw-r--r--src/main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index 6b8e71c..10cc854 100644
--- a/src/main.h
+++ b/src/main.h
@@ -54,6 +54,5 @@ extern int *dash_errno;
 #endif
 
 void readcmdfile(char *);
-void cmdloop(int);
 int dotcmd(int, char **);
 int exitcmd(int, char **);