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


Ignore:
Timestamp:
Mar 24, 2007, 1:48:55 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • mr_exit used instead of exit
  • mr_rs_clean_conf/mr_rs_cleanup/mr_ar_clean_conf/mr_ar_cleanup added
  • compiltaion warnings suppressed
  • Addition of mr_types (for boolean with typedef)
  • struct mr_rs_conf added
  • help_screen removed (useless)
File:
1 edited

Legend:

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

    r1256 r1264  
    1717#include <string.h>
    1818
     19#include "mr_types.h"
    1920#include "mr_msg.h"
    2021#include "mr_mem.h"
     
    278279
    279280/*removes all comments from the buffer*/
    280 static void mr_conf_remove_comments() {
     281static void mr_conf_remove_comments(void) {
    281282    char *tmp_buf;              /*temporary buffer without comments */
    282283    size_t length               /*initial length */ ;
Note: See TracChangeset for help on using the changeset viewer.