소스 검색

* Just added tandem string not_chan for use later

svn: 260
Bryan Drewery 22 년 전
부모
커밋
e9d84e92ce
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/tandem.h

+ 1 - 0
src/tandem.h

@@ -9,6 +9,7 @@
 /* Keep track of tandem-bots in the chain */
 typedef struct tand_t_struct {
   char bot[HANDLEN + 1];
+  char *not_chans;
   struct tand_t_struct *via;
   struct tand_t_struct *uplink;
   struct tand_t_struct *next;