mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-23 03:50:20 +00:00
4 lines
95 B
C
4 lines
95 B
C
#ifndef __parse_flags_h
|
|
#define __parse_flags_h
|
|
int parse_flags(int argc, char **argv);
|
|
#endif
|