Give pedit kind size a name

(Logical change 1.126)
This commit is contained in:
2!tgraf 2005-01-18 00:17:27 +00:00
parent 6107d297ac
commit 3866d4643e
1 changed files with 3 additions and 1 deletions

View File

@ -37,10 +37,12 @@
#define RU16 0xFFFF
#define RU8 0xFF
#define PEDITKINDSIZ 16
struct m_pedit_util
{
struct m_pedit_util *next;
char id[16];
char id[PEDITKINDSIZ];
int (*parse_peopt)(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey);
};