Changeset 648
- Timestamp:
- 08/08/08 00:57:23 (4 months ago)
- Files:
-
- 1 modified
-
trunk/c2s/c2s.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/c2s/c2s.h
r636 r648 49 49 #endif 50 50 51 /* forward decl */51 /* forward declarations */ 52 52 typedef struct host_st *host_t; 53 53 typedef struct c2s_st *c2s_t; … … 68 68 }; 69 69 70 /** 71 * There is one instance of this struct per user who is logged in to 72 * this c2s instance. 73 */ 70 74 struct sess_st { 71 75 c2s_t c2s;
