Changes in storage_text.c [4146a07:c4168f4]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
storage_text.c
r4146a07 rc4168f4 27 27 #include "bitlbee.h" 28 28 #include "crypting.h" 29 #ifdef _WIN3230 # define umask _umask31 # define mode_t int32 #endif33 34 #ifndef F_OK35 #define F_OK 036 #endif37 29 38 30 /* DO NOT USE THIS FUNCTION IN NEW CODE. This … … 42 34 { 43 35 switch (id) { 44 case 1: return find_protocol("oscar");36 case 0: case 1: case 3: return find_protocol("oscar"); 45 37 case 4: return find_protocol("msn"); 46 38 case 2: return find_protocol("yahoo");
Note: See TracChangeset
for help on using the changeset viewer.