rishtik/src/boitoutil/oui-dire.h
2021-02-20 18:34:43 +01:00

11 lines
94 B
C

/**
*/
#ifndef _OUIDIRE_
# define _OUIDIRE_
void usage();
void echo(char *args);
#endif