aboutsummaryrefslogtreecommitdiff
path: root/src/cli/stasis_indexer/include/args.h
blob: 543aa4b769be75235bf1f65e91fc0c7870db72b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef STASIS_ARGS_H
#define STASIS_ARGS_H

#include <getopt.h>

extern struct option long_options[];
void usage(char *name);

#endif //STASIS_ARGS_H