From 020bb327dd9445fd82dbf8d2e59a3d5bda408bb3 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 29 Oct 2013 20:47:17 +0100 Subject: Rename fastd_parse_method_name to fastd_method_get_by_name --- src/methods/methods.c.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/methods') diff --git a/src/methods/methods.c.in b/src/methods/methods.c.in index f402b51..61d1251 100644 --- a/src/methods/methods.c.in +++ b/src/methods/methods.c.in @@ -33,7 +33,7 @@ static const fastd_method_t *const methods[] = { @METHOD_LIST@ }; -const fastd_method_t* fastd_parse_method_name(const char *name) { +const fastd_method_t* fastd_method_get_by_name(const char *name) { int i; for (i = 0; methods[i]; i++) { if (!strcmp(methods[i]->name, name)) -- cgit v1.2.3