Changeset b9636c24 in rtems
- Timestamp:
- 12/10/09 03:14:16 (13 years ago)
- Branches:
- 4.10, 4.11, 5, master
- Children:
- f5e7330b
- Parents:
- 9559674
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/mghttpd/mongoose.h
r9559674 rb9636c24 99 99 * -1 if option is unknown 100 100 * 0 if mg_set_option() failed 101 * 1 if mg_set_option() succeeded 101 * 1 if mg_set_option() succeeded 102 102 */ 103 103 int mg_set_option(struct mg_context *, const char *opt_name, const char *value); … … 114 114 * If password is NULL, entry is deleted. Return: 115 115 * 1 on success 116 * 0 on error 116 * 0 on error 117 117 */ 118 118 int mg_modify_passwords_file(struct mg_context *ctx, const char *file_name, … … 225 225 * non-NULL if found. NOTE: this returned value is dynamically allocated 226 226 * and is subject to mg_free() when no longer needed. It is 227 * an application's responsibility to mg_free() the variable. 227 * an application's responsibility to mg_free() the variable. 228 228 */ 229 229 char *mg_get_var(const struct mg_connection *, const char *var_name);
Note: See TracChangeset
for help on using the changeset viewer.