Changeset aaa3f33a in mainline for uspace/srv/net/net/net.c
- Timestamp:
- 2010-11-19T21:26:08Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a7811f17, cc3c2a1c
- Parents:
- 4eca056
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/net/net.c
r4eca056 raaa3f33a 88 88 * 89 89 */ 90 int add_configuration(measured_strings_ refconfiguration, const char *name,90 int add_configuration(measured_strings_t *configuration, const char *name, 91 91 const char *value) 92 92 { … … 117 117 } 118 118 119 static int parse_line(measured_strings_ refconfiguration, char *line)119 static int parse_line(measured_strings_t *configuration, char *line) 120 120 { 121 121 int rc; … … 179 179 180 180 static int read_configuration_file(const char *directory, const char *filename, 181 measured_strings_ refconfiguration)181 measured_strings_t *configuration) 182 182 { 183 183 printf("%s: Reading configuration file %s/%s\n", NAME, directory, filename); … … 356 356 * 357 357 */ 358 static int net_get_conf(measured_strings_ refnetif_conf,358 static int net_get_conf(measured_strings_t *netif_conf, 359 359 measured_string_t *configuration, size_t count, char **data) 360 360 {
Note:
See TracChangeset
for help on using the changeset viewer.