X-Git-Url: http://git.archive.openwrt.org/?p=project%2Frpcd.git;a=blobdiff_plain;f=exec.c;h=8b2f8d1daede6f9401c12a8e5d59d5a0646a4368;hp=944ade41a9d205b239c5ffdd8d5f2e78cdde18ec;hb=ec21f653b936b54e4d788d77bfce18634255adb7;hpb=a95079e0e71e2977db667e2cbf61a02f05f32882 diff --git a/exec.c b/exec.c index 944ade4..8b2f8d1 100644 --- a/exec.c +++ b/exec.c @@ -1,7 +1,7 @@ /* - * luci-rpcd - LuCI UBUS RPC server + * rpcd - UBUS RPC server * - * Copyright (C) 2013 Jo-Philipp Wich + * Copyright (C) 2013-2014 Jo-Philipp Wich * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -26,7 +26,7 @@ #include #include -#include "exec.h" +#include static int rpc_errno_status(void) @@ -50,7 +50,7 @@ rpc_errno_status(void) } } -static const char * +const char * rpc_exec_lookup(const char *cmd) { struct stat s;