Create a request structure

This commit is contained in:
Love Hornquist Astrand
2011-05-10 23:43:53 -07:00
committed by Love Hörnquist Åstrand
parent ca060554fb
commit 13eeb30a1d
7 changed files with 574 additions and 478 deletions

View File

@@ -106,6 +106,8 @@
#include <kdc.h>
#include <windc_plugin.h>
#include <heimbase.h>
#undef ALLOC
#define ALLOC(X) ((X) = calloc(1, sizeof(*(X))))
#undef ALLOC_SEQ