X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=main.h;h=954c6cbdee92f49e114bbc39ebd2469ae86f3a91;hp=4ea51b09508ce93bd2f61c055ba01a9b40b153d9;hb=ce197cab91d66c14f11d818f343720a785dd616e;hpb=99054aa5cc77c38fddb3eafcabf904cd22b26870 diff --git a/main.h b/main.h index 4ea51b0..954c6cb 100644 --- a/main.h +++ b/main.h @@ -154,4 +154,10 @@ extern struct timezone now_tz; #define DIRECTION_OUT 1 #define DIRECTION_IN 2 +#if 0 +struct lcr_fdset { + struct mISDNport *mISDNport; + int b_index; +}; +#endif