mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
s/operator/oper/
This commit is contained in:
parent
1e32c9c484
commit
29f6e6c432
6 changed files with 15 additions and 15 deletions
|
@ -163,7 +163,7 @@ inline size_t PSYC_getContentLength (PSYC_ParseState* s);
|
|||
* @param value A pointer to a PSYC_Array. It will point to the
|
||||
* value/body the variable/method and its length will be set accordingly
|
||||
*/
|
||||
PSYC_ParseRC PSYC_parse(PSYC_ParseState* state, char* operator, PSYC_Array* name, PSYC_Array* value);
|
||||
PSYC_ParseRC PSYC_parse(PSYC_ParseState* state, char* oper, PSYC_Array* name, PSYC_Array* value);
|
||||
|
||||
/**
|
||||
* List value parser.
|
||||
|
|
|
@ -42,7 +42,7 @@ inline void PSYC_initRenderState (PSYC_RenderState* state);
|
|||
int PSYC_renderVar(PSYC_RenderState* render,
|
||||
const char* name, size_t nlength,
|
||||
const char* value, size_t vlength,
|
||||
PSYC_RenderFlag flags, char operator);
|
||||
PSYC_RenderFlag flags, char oper);
|
||||
|
||||
int PSYC_renderBody(PSYC_RenderState* render,
|
||||
const char* method, size_t mlength,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue