#ifndef CLI_GETPID_H #define CLI_GETPID_H #include "frontend_getpid.h" int getValues(struct backend_conn *, struct frontend_pid_data *); int cli_getpid(struct backend_conn * conn, int argc, char ** argv); #endif