]> err.no Git - util-linux/commitdiff
mount: remove nfsmount() from sundries.h
authorKarel Zak <kzak@redhat.com>
Thu, 10 May 2007 13:18:01 +0000 (15:18 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 11 May 2007 13:28:21 +0000 (15:28 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
mount/sundries.h

index c3780f17750dcb644f2e9a53c2bd34ad39d7fda1..085114561688f868d313d2a9a1304ddf97637919 100644 (file)
@@ -37,9 +37,6 @@ char *xstrconcat4 (char *, const char *, const char *, const char *);
 
 void die (int errcode, const char *fmt, ...);
 
-int nfsmount (const char *spec, const char *node, int *flags,
-             char **orig_opts, char **opt_args, int *version, int running_bg);
-
 /* exit status - bits below are ORed */
 #define EX_USAGE       1       /* incorrect invocation or permission */
 #define EX_SYSERR      2       /* out of memory, cannot fork, ... */