summaryrefslogtreecommitdiffstats
path: root/sbin/devfs/extern.h
diff options
context:
space:
mode:
authordd <dd@FreeBSD.org>2002-07-28 06:45:30 +0000
committerdd <dd@FreeBSD.org>2002-07-28 06:45:30 +0000
commit833e15959ca59011b38b7cf26448e69e68f5e88e (patch)
treee20829cdf8b40d7cb5d79032332a8fc550d14ca7 /sbin/devfs/extern.h
parente3d769e49372f3888a55479a68c112f27766aa23 (diff)
downloadFreeBSD-src-833e15959ca59011b38b7cf26448e69e68f5e88e.zip
FreeBSD-src-833e15959ca59011b38b7cf26448e69e68f5e88e.tar.gz
Implement this (quoted from the updated man page): If the first token
of a rule specification is a single dash (``-''), rules are read from the standard input and the rest of the specification is ignored.
Diffstat (limited to 'sbin/devfs/extern.h')
-rw-r--r--sbin/devfs/extern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/devfs/extern.h b/sbin/devfs/extern.h
index 9814b15..d2c38ac 100644
--- a/sbin/devfs/extern.h
+++ b/sbin/devfs/extern.h
@@ -48,6 +48,8 @@ command_t rule_main, ruleset_main;
int atonum(const char *, uint16_t *);
int eatoi(const char *);
uint16_t eatonum(const char *);
+size_t efgetln(FILE *, char **);
+void tokenize(const char *, int *, char ***);
void usage(void) __dead2;
extern int mpfd; /* Mount-point file descriptor. */
OpenPOWER on IntegriCloud