summaryrefslogtreecommitdiffstats
path: root/tc
diff options
context:
space:
mode:
author2!tgraf <2!tgraf>2005-01-18 00:17:27 +0000
committer2!tgraf <2!tgraf>2005-01-18 00:17:27 +0000
commit3866d4643e43ea1bd0c2a9923ba763dc75fe837a (patch)
treec9a4ba55bab21f82cbc2387324dc95d04cd6280f /tc
parent6107d297aca301a0e2fdefce63a451131a98d66f (diff)
Give pedit kind size a name
(Logical change 1.126)
Diffstat (limited to 'tc')
-rw-r--r--tc/m_pedit.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tc/m_pedit.h b/tc/m_pedit.h
index c5d531de..0a6d24e0 100644
--- a/tc/m_pedit.h
+++ b/tc/m_pedit.h
@@ -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);
};