libwbclient: Add async call framework.
[samba.git] / nsswitch / winbind_struct_protocol.h
index 11b2069c3a89e77f9086783950247914a55a77a6..1785c309066f9ea449dab7f1f9dce9a31b48a860 100644 (file)
 #define SAFE_FREE(x) do { if(x) {free(x); x=NULL;} } while(0)
 #endif
 
+#ifndef FSTRING_LEN
+#define FSTRING_LEN 256
+typedef char fstring[FSTRING_LEN];
+#endif
+
 #ifndef _WINBINDD_NTDOM_H
 #define _WINBINDD_NTDOM_H