Changeset 4626
- Timestamp:
- 09/23/06 23:37:51 (2 years ago)
- Files:
-
- 1 modified
-
trunk/msn/src/msn.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/msn/src/msn.h
r4526 r4626 20 20 #define __MSN_H 21 21 22 #ifdef HAVE_CONFIG_H 23 #include "config.h" 24 #endif 25 22 26 #include "licq_events.h" 23 27 #include "licq_icqd.h" … … 38 42 const unsigned short FLAG_BLOCK_LIST = 4; 39 43 const unsigned short FLAG_REVERSE_LIST = 8; 44 45 #ifndef HAVE_STRNDUP 46 char *strndup(const char *s, size_t n); 47 #endif 40 48 41 49 #include <string>
