Changeset 79 for trunk/include


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/include
Files:
1 edited
1 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
Note: See TracChangeset for help on using the changeset viewer.