X-Git-Url: http://git.archive.openwrt.org/?p=project%2Frpcd.git;a=blobdiff_plain;f=exec.c;h=3d2ec716bda9b686ea8daea37262cde3662fe6df;hp=944ade41a9d205b239c5ffdd8d5f2e78cdde18ec;hb=a511e620c8d8c735e6a16b7f67382d587dcdaf31;hpb=a95079e0e71e2977db667e2cbf61a02f05f32882 diff --git a/exec.c b/exec.c index 944ade4..3d2ec71 100644 --- a/exec.c +++ b/exec.c @@ -1,5 +1,5 @@ /* - * luci-rpcd - LuCI UBUS RPC server + * rpcd - UBUS RPC server * * Copyright (C) 2013 Jo-Philipp Wich * @@ -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;