diff -r c50feb2bb590 -r 1e6dd4ef46b9 include/data.h --- a/include/data.h Fri Jan 04 17:50:06 2008 +0100 +++ b/include/data.h Tue Jan 08 10:47:10 2008 +0100 @@ -100,6 +100,7 @@ const indextable* dcf_odentry; UNS8* dcf_cursor; UNS32 dcf_entries_count; + UNS8 dcf_request; /* EMCY */ e_errorState error_state; @@ -237,6 +238,7 @@ NULL, /*dcf_odentry*/\ NULL, /*dcf_cursor*/\ 1, /*dcf_entries_count*/\ + 0, /* dcf_request*/\ \ /* EMCY */\ Error_free, /* error_state */\