summaryrefslogtreecommitdiffstats
path: root/src/core/args.h
blob: aeaf571493b4c59e29bb532b9f950aaceb46c349 (plain)
1
2
3
4
5
6
7
#ifndef IRSSI_CORE_ARGS_H
#define IRSSI_CORE_ARGS_H

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

#endif