diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-07-03 19:41:14 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-07-03 19:41:14 +0800 |
commit | 728bd7471eb48701106ef65af331a0173a5d3903 (patch) | |
tree | 5614ac5380eb4aa86037040a66133dd2d0516a2d /include/pttstruct.h | |
parent | bec891156b90f32fb98e7375cad40aeaae174dec (diff) | |
download | pttbbs-728bd7471eb48701106ef65af331a0173a5d3903.tar pttbbs-728bd7471eb48701106ef65af331a0173a5d3903.tar.gz pttbbs-728bd7471eb48701106ef65af331a0173a5d3903.tar.bz2 pttbbs-728bd7471eb48701106ef65af331a0173a5d3903.tar.lz pttbbs-728bd7471eb48701106ef65af331a0173a5d3903.tar.xz pttbbs-728bd7471eb48701106ef65af331a0173a5d3903.tar.zst pttbbs-728bd7471eb48701106ef65af331a0173a5d3903.zip |
- multi-signature browsing mode
- song order: quick abort
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2881 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/pttstruct.h')
-rw-r--r-- | include/pttstruct.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index d7dc1a00..82846de6 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -642,6 +642,17 @@ typedef struct int recno; } TagItem; +/* + * signature information + */ +typedef struct +{ + int total; /* total sig files found */ + int max; /* max number of available sig */ + int show_start; /* by which page to start display */ + int show_max; /* max covered range in last display */ +} SigInfo; + /* type in gomo.c, structure passing through socket */ typedef struct { char x; |