mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
8 lines
147 B
C
8 lines
147 B
C
#ifndef IRSSI_CORE_ARGS_H
|
|
#define IRSSI_CORE_ARGS_H
|
|
|
|
void args_register(GOptionEntry *options);
|
|
void args_execute(int argc, char *argv[]);
|
|
|
|
#endif
|