Ignore:
Timestamp:
06/05/07 10:46:00 (5 years ago)
Author:
wd
Message:

Another milestone. Builds, starts without errors.. then doesn't take
connections, buy hey.

Also made the config file finder a bit smarter about looking for config
files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ithildin/include/ithildin/util.h

    r787 r808  
    1414char *mmap_file(char *); 
    1515char **mmap_file_to_array(char *); 
    16  
    1716char *sfgets(char *, int, FILE *); 
    1817 
    19 /* these are wrappers for malloc() family functions */ 
    20 void *calloc_wrap(size_t number, size_t size, char *file, int line); 
    21 void free_wrap(void *memory, char *file, int line); 
    22 void *malloc_wrap(size_t size, char *file, int line); 
    23 void *realloc_wrap(void *ptr, size_t size, char *file, int line); 
     18bool is_absolute_path(const char *); 
     19char *basename(const char *); 
     20char *dirname(const char *); 
    2421 
    2522/* subtract timeval 1 from timeval 2 */ 
Note: See TracChangeset for help on using the changeset viewer.