X-Git-Url: http://git.archive.openwrt.org/?p=project%2Frpcd.git;a=blobdiff_plain;f=exec.c;h=8b2f8d1daede6f9401c12a8e5d59d5a0646a4368;hp=a5f6561cbefb405d9de9fcf03750c93d2a9cf6d1;hb=ec21f653b936b54e4d788d77bfce18634255adb7;hpb=e0afdb10ae879d26d7f81d1dba8d47978a9a2aa9;ds=sidebyside diff --git a/exec.c b/exec.c index a5f6561..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 @@ -50,7 +50,7 @@ rpc_errno_status(void) } } -static const char * +const char * rpc_exec_lookup(const char *cmd) { struct stat s;