This commit is contained in:
zolliker
2008-05-30 10:33:19 +00:00
parent 3a6e41000b
commit dc6225ecce
2 changed files with 1 additions and 3 deletions

View File

@ -25,6 +25,7 @@ struct DevSer {
int killCurrent;
DevAction *actions; /* the action queue */
SchedHeader *headers;
ErrMsg *errmsg;
int killMe;
int steps;
};

View File

@ -12,9 +12,6 @@
#include "dynstring.h"
#include "devser.h"
/* TODO: retry feature, error handling
*/
#define MAX_HDB_PATH 1024
typedef struct ContextItem {