aboutsummaryrefslogtreecommitdiff
path: root/include/wordsplit.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wordsplit.h')
-rw-r--r--include/wordsplit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wordsplit.h b/include/wordsplit.h
index d4975b3..2fac3c6 100644
--- a/include/wordsplit.h
+++ b/include/wordsplit.h
@@ -117,12 +117,13 @@ struct wordsplit
117 int ws_errno; /* [Output] Error code, if an error occurred. */ 117 int ws_errno; /* [Output] Error code, if an error occurred. */
118 char *ws_usererr; /* Points to textual description of 118 char *ws_usererr; /* Points to textual description of
119 the error, if ws_errno is WRDSE_USERERR. Must 119 the error, if ws_errno is WRDSE_USERERR. Must
120 be allocated with malloc(3). */ 120 be allocated with malloc(3). */
121 struct wordsplit_node *ws_head, *ws_tail; 121 struct wordsplit_node *ws_head, *ws_tail;
122 /* Doubly-linked list of parsed out nodes. */ 122 /* Doubly-linked list of parsed out nodes. */
123 char ws_sep[2]; /* Temporary storage used during splitting */
123 int ws_lvl; /* Invocation nesting level. */ 124 int ws_lvl; /* Invocation nesting level. */
124}; 125};
125 126
126/* Initial size for ws_env, if allocated automatically */ 127/* Initial size for ws_env, if allocated automatically */
127#define WORDSPLIT_ENV_INIT 16 128#define WORDSPLIT_ENV_INIT 16
128 129

Return to:

Send suggestions and report system problems to the System administrator.