comparison m_struct.h @ 10594:57bdcdb061d7

Removed the historic cfgparser and switched full to the new config parser (altought some macros still remain for compatibility). As a side effect 90% of the warning messages are gone from the core. Things should be cleaner now and less confusing for newbies.
author alex
date Wed, 13 Aug 2003 16:29:32 +0000
parents 2cc1ce724722
children 96568be4bfdc
comparison
equal deleted inserted replaced
10593:27711ab2889f 10594:57bdcdb061d7
1 1 #ifndef _M_STRUCT_H
2 #ifndef NEW_CONFIG 2 #define _M_STRUCT_H
3 #warning "Including m_struct.h but NEW_CONFIG is disabled"
4 #else
5 3
6 ///////////////////// A struct setter //////////////////////// 4 ///////////////////// A struct setter ////////////////////////
7 5
8 struct m_option; 6 struct m_option;
9 7
45 m_struct_free(m_struct_t* st, void* obj); 43 m_struct_free(m_struct_t* st, void* obj);
46 /// Get a field description 44 /// Get a field description
47 struct m_option* 45 struct m_option*
48 m_struct_get_field(m_struct_t* st,char* f); 46 m_struct_get_field(m_struct_t* st,char* f);
49 47
50 #endif 48 #endif /* _M_STRUCT_H */