comparison src/nick2ldif.cpp @ 129:fc11b1d1ad34

fix initial from header in mbox format. start moving to PST_LE_GET* rather than LE*_CPU macros so we can eventually remove the pragma packing.
author Carl Byington <carl@five-ten-sg.com>
date Thu, 05 Feb 2009 12:09:04 -0800
parents ab2a11e72250
children 8ad8fd1c5451
comparison
equal deleted inserted replaced
128:7f747c8c9d02 129:fc11b1d1ad34
7 */ 7 */
8 8
9 #include <iostream> 9 #include <iostream>
10 10
11 extern "C" { 11 extern "C" {
12 #include "common.h"
13 #include "define.h" 12 #include "define.h"
14 } 13 }
15 14
16 char *ldap_base = NULL; 15 char *ldap_base = NULL;
17 char *ldap_org = NULL; 16 char *ldap_org = NULL;