From: Enrico Scholz Date: Thu, 19 Aug 2004 14:29:44 +0000 (+0000) Subject: checkForRace(), resolveCtx(): removed prototypes X-Git-Tag: IPSENTINEL_VERSION_0_12~320 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57015be38f9995d83f8b3f847fd5b2eefdb62f13;p=util-vserver.git checkForRace(), resolveCtx(): removed prototypes git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1672 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/src/fstool.h b/util-vserver/src/fstool.h index cfc2765..90f5b67 100644 --- a/util-vserver/src/fstool.h +++ b/util-vserver/src/fstool.h @@ -63,11 +63,9 @@ extern struct option const CMDLINE_OPTIONS[]; extern char const CMDLINE_OPTIONS_SHORT[]; extern struct Arguments const * global_args; -bool checkForRace(int fd, char const * name, struct stat const *exp_st); void fixupParams(struct Arguments *, int argc); bool handleFile(char const *d_name, char const *full_name); void showHelp(int fd, char const *cmd, int res); void showVersion(); -xid_t resolveCtx(char const *str); #endif // H_UTIL_VSERVER_SRC_FSTOOL_H