aboutsummaryrefslogblamecommitdiffstats
path: root/cmd/cmd_cmd.h
blob: 2670abd0bc524016e4165b1ff6380ab454177dab (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                          
#ifndef __CMD_CMD_H
#define __CMD_CMD_H

#include <stdlib.h>
#include <stdio.h>

#include <sys/time.h>
#include <sys/resource.h>

#include "util.h"

void *cmd_cmd(void *data);

#endif