Changeset 1064 in MondoRescue for branches/stable/mondo/src/lib/mr_conf.c


Ignore:
Timestamp:
Jan 23, 2007, 1:09:32 AM (17 years ago)
Author:
Bruno Cornec
Message:

More controls at the compiler level
still working with the problems around variable arguments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/lib/mr_conf.c

    r1054 r1064  
    6868static size_t mr_conf_filesize(const char *name);
    6969static void mr_conf_error_msg(int error_code, const char *add_line);
    70 static void mr_conf_remove_comments();
     70static void mr_conf_remove_comments(void);
    7171static int mr_conf_check_int_flag(const int flag);
    7272static void mr_conf_set_int_flag(const int flag);
     
    141141
    142142/*release all memory and prepare to the next possiable config file*/
    143 void mr_conf_close() {
     143void mr_conf_close(void) {
    144144    /* if not opened => error */
    145145    if (!mr_conf_check_int_flag(MRCONF_INTFLAG_OPEN)) {
Note: See TracChangeset for help on using the changeset viewer.