Changeset 69ac78c
- Timestamp:
- 2008-02-04T23:54:08Z (17 years ago)
- Branches:
- master
- Children:
- c84e31a
- Parents:
- 63075d7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
bitlbee.h
r63075d7 r69ac78c 99 99 #endif 100 100 101 #ifndef G_GNUC_MALLOC 102 /* Doesn't exist in GLib <=2.4 while everything else in BitlBee should 103 work with it, so let's fake this one. */ 104 #define G_GNUC_MALLOC 105 #endif 106 101 107 #define _( x ) x 102 108 -
crypting.c
r63075d7 r69ac78c 29 29 the programs will be built. */ 30 30 31 #include <string.h> 32 #include <stdio.h> 33 #include <stdlib.h> 34 #include <glib.h> 31 #include <bitlbee.h> 35 32 #include "md5.h" 36 33 #include "crypting.h"
Note: See TracChangeset
for help on using the changeset viewer.