Changeset 79 for trunk


Ignore:
Timestamp:
01/15/07 10:24:53 (17 years ago)
Author:
tim
Message:

renamed regfio to regfi, since we aren't doing any output to the registry.

Location:
trunk
Files:
2 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/include/void_stack.h

    r38 r79  
    2121#include <stdbool.h>
    2222#include <string.h>
     23
     24#define _VOID_STACK_H
     25#ifndef _VOID_STACK_H
    2326
    2427typedef struct _void_stack
     
    4851void void_stack_iterator_destroy(void_stack_iterator* iter);
    4952const void* void_stack_iterator_next(void_stack_iterator* iter);
     53
     54#endif
  • trunk/src/reglookup.c

    r78 r79  
    2929#include <time.h>
    3030#include <iconv.h>
    31 #include "../include/regfio.h"
     31#include "../include/regfi.h"
    3232#include "../include/void_stack.h"
    3333
Note: See TracChangeset for help on using the changeset viewer.