mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
fix for routingVars & varTypes declaration
This commit is contained in:
parent
d40fa8c398
commit
f2f5302c5a
2 changed files with 10 additions and 4 deletions
|
@ -120,9 +120,14 @@ unsigned int psyc_version ()
|
|||
return 1;
|
||||
}
|
||||
|
||||
/// Routing vars in alphabetical order.
|
||||
extern const psycString PSYC_routingVars[];
|
||||
extern const psycMatchVar PSYC_varTypes[];
|
||||
/// Routing variables in alphabetical order.
|
||||
extern const psycString psyc_routingVars[];
|
||||
|
||||
// Variable types in alphabetical order.
|
||||
extern const psycMatchVar psyc_varTypes[];
|
||||
|
||||
extern const size_t psyc_routingVarsNum;
|
||||
extern const size_t psyc_varTypesNum;
|
||||
|
||||
/**
|
||||
* Is this a routing variable name?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue