1234567891011121314151617181920212223242526272829303132 |
- #ifndef rebl_H_INCLUDED
- #define rebl_H_INCLUDED
- typedef int (ReblCompare)(void * one, void * two);
- #ifndef CFH_REBL_PROTO
- #define CFH_REBL_PROTO
- #ifdef UNDER_CONSTRUCTION___
- extern struct Rebl_ sentinel;
- #endif
- #endif
- #endif
|