aboutsummaryrefslogblamecommitdiffstats
path: root/cmd/cmd_ping.h
blob: fef18c6b3d26b99050f1fc67b420f9b63afc3dfa (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                           
#ifndef __CMD_PING_H
#define __CMD_PING_H

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

#include "util.h"

void *cmd_ping(void *data);

#endif