#ifndef LNXALL_CMDSVR
#define LNXALL_CMDSVR

int lnxall_cmdsvr_request(const char *cmd, char *outbuf, size_t outlen, int timeout);

#endif
