~ubuntu-branches/ubuntu/trusty/nilfs-tools/trusty

« back to all changes in this revision

Viewing changes to sbin/mount/mount_opts.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2011-08-12 20:42:38 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20110812204238-3i5mnvvmg7amtyjm
Tags: upstream-2.1.0~rc2
ImportĀ upstreamĀ versionĀ 2.1.0~rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
#define MS_OWNERSECURE  (MS_NOSUID|MS_NODEV)
35
35
 
36
36
 
37
 
extern void parse_opts(const char *options, int *flags, char **extra_opts);
38
 
extern char *fix_opts_string(int flags, const char *extra_opts, const char *user);
 
37
void parse_opts(const char *options, int *flags, char **extra_opts);
 
38
char *fix_opts_string(int flags, const char *extra_opts, const char *user);
 
39
int find_opt(const char *opts, const char *token, void *varp);
 
40
char *change_opt(const char *opts, const char *token, void *varp,
 
41
                 const char *instead);
39
42
 
40
43
 
41
44
#endif /* _MOUNT_OPTS_H */