Ignore:
Timestamp:
Feb 6, 2007, 12:37:55 AM (17 years ago)
Author:
Bruno Cornec
Message:

Clean up some compiler warnings (Michel Loiseleur <mloiseleur_at_linagora.com>)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/common/libmondo-devices.h

    r128 r1101  
    22 * $Id$
    33 */
     4
     5#ifndef LIBMONDO_DEVICES_H
     6# define LIBMONDO_DEVICES_H
    47
    58bool am_I_in_disaster_recovery_mode(void);
     
    3942int eject_device(char *);
    4043
    41 char *list_of_NFS_devices_and_mounts();
    42 char *list_of_NFS_mounts_only();
     44char *list_of_NFS_devices_and_mounts(void);
     45char *list_of_NFS_mounts_only(void);
    4346
    4447void sensibly_set_tmpdir_and_scratchdir(struct s_bkpinfo *bkpinfo);
     
    6063
    6164char *which_partition_format(const char *drive);
     65
     66#endif /* LIBMONDO_DEVICES_H */
Note: See TracChangeset for help on using the changeset viewer.