summaryrefslogtreecommitdiff
path: root/src/core/args.h
blob: bbe16b5f5d1082cc4094cf60bf750a4e5d93c2f2 (plain)
1
2
3
4
5
6
7
#ifndef __ARGS_H
#define __ARGS_H

void args_register(GOptionEntry *options);
void args_execute(int argc, char *argv[]);

#endif