X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=client-src%2Fgetfsent.h;h=d4f772175b659f525667a762491b60e0f44ab2a9;hb=691567b16c13087b31ee4c2b6d038e57872fae82;hp=a8b37b00c8d85783023e6d7a95ef0edf14ff05d8;hpb=1194fb66aa28d9929c3f2bef3cc6c1c3f40a60a4;p=debian%2Famanda diff --git a/client-src/getfsent.h b/client-src/getfsent.h index a8b37b0..d4f7721 100644 --- a/client-src/getfsent.h +++ b/client-src/getfsent.h @@ -1,6 +1,7 @@ /* * Amanda, The Advanced Maryland Automatic Network Disk Archiver * Copyright (c) 1991-1998 University of Maryland at College Park + * Copyright (c) 2007-2012 Zmanda, Inc. All Rights Reserved. * All Rights Reserved. * * Permission to use, copy, modify, distribute, and sell this software and its @@ -24,7 +25,7 @@ * file named AUTHORS, in the root directory of this distribution. */ /* - * $Id: getfsent.h,v 1.7 2002/10/27 22:58:33 martinea Exp $ + * $Id: getfsent.h,v 1.8 2006/05/25 01:47:11 johnfranks Exp $ * * interfaces for obtaining filesystem information */ @@ -50,16 +51,16 @@ typedef struct generic_fsent_s { int passno; } generic_fsent_t; -int open_fstab P((void)); -void close_fstab P((void)); +int open_fstab(void); +void close_fstab(void); -int get_fstab_nextentry P((generic_fsent_t *fsent)); -int search_fstab P((char *name, generic_fsent_t *fsent, int check_dev)); -int is_local_fstype P((generic_fsent_t *fsent)); +int get_fstab_nextentry(generic_fsent_t *fsent); +int search_fstab(char *name, generic_fsent_t *fsent, int check_dev); +int is_local_fstype(generic_fsent_t *fsent); -char *amname_to_devname P((char *str)); -char *amname_to_dirname P((char *str)); +char *amname_to_devname(char *str); +char *amname_to_dirname(char *str); -char *amname_to_fstype P((char *str)); +char *amname_to_fstype(char *str); #endif /* ! GETFSENT_H */