X-Git-Url: http://git.archive.openwrt.org/?p=project%2Frpcd.git;a=blobdiff_plain;f=exec.c;h=8b2f8d1daede6f9401c12a8e5d59d5a0646a4368;hp=c03e450a6cd46db22c8b7cdc4f0f6a719fec8fb3;hb=ec21f653b936b54e4d788d77bfce18634255adb7;hpb=07c2f0a9b1c7f79e81fa8a51cca5ecbe9eaf7293 diff --git a/exec.c b/exec.c index c03e450..8b2f8d1 100644 --- a/exec.c +++ b/exec.c @@ -1,7 +1,7 @@ /* * 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;