Changeset 577 for trunk/include
- Timestamp:
- May 1, 2022, 12:24:37 AM (3 years ago)
- Location:
- trunk/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_cat.h
r525 r577 229 229 MSG_TCP_EBGN, 230 230 231 MSG_TCP_CREG, 231 MSG_TCP_CREG, 232 MSG_TCP_AREG, 232 233 MSG_TCP_FAUTH, 233 234 MSG_TCP_TIMOUT, -
trunk/include/sh_string.h
r265 r577 68 68 * lengths in 'lengths'. 69 69 * A single delimiter will return two empty fields. 70 * The returned array is allocated memory, and its fields 71 * are modified parts of the 'line' parameter. 70 72 */ 71 73 char ** split_array(char *line, unsigned int * nfields, … … 78 80 * An empty string will return zero fields. 79 81 * If nfields < actual fields, last string will be remainder. 82 * The returned array is allocated memory, and its fields 83 * are modified parts of the 'line' parameter. 80 84 */ 81 85 char ** split_array_ws(char *line, unsigned int * nfields, size_t * lengths); -
trunk/include/sh_xfer.h
r481 r577 84 84 void sh_xfer_html_write(void); 85 85 86 /* register an alias 87 */ 88 int sh_xfer_register_alias (const char * str); 89 86 90 /* register a client 87 91 */
Note:
See TracChangeset
for help on using the changeset viewer.