summaryrefslogtreecommitdiffstats
path: root/bin/sh/main.h
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2012-01-01 22:17:12 +0000
committerjilles <jilles@FreeBSD.org>2012-01-01 22:17:12 +0000
commit8152f4c1927b535528fef82bc9449a9ffcfbfae5 (patch)
treec9bf6a1be78ff3a781bf9a2df71ecff91e72ee4f /bin/sh/main.h
parentbbd60abdf3ff8bb1ab2fbb59c1a4df2ee213f69e (diff)
downloadFreeBSD-src-8152f4c1927b535528fef82bc9449a9ffcfbfae5.zip
FreeBSD-src-8152f4c1927b535528fef82bc9449a9ffcfbfae5.tar.gz
sh: Make various functions static.
Diffstat (limited to 'bin/sh/main.h')
-rw-r--r--bin/sh/main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/sh/main.h b/bin/sh/main.h
index 6d4cc4a..3c48e33 100644
--- a/bin/sh/main.h
+++ b/bin/sh/main.h
@@ -38,4 +38,3 @@ extern int rootshell; /* true if we aren't a child of the main shell */
extern struct jmploc main_handler; /* top level exception handler */
void readcmdfile(const char *);
-void cmdloop(int);
OpenPOWER on IntegriCloud