mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 11:50:10 +02:00
(glib-2.6 is now the minimum required version). git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4700 dbcabf3a-b0e7-0310-adc4-f8d773084564
7 lines
129 B
C
7 lines
129 B
C
#ifndef __ARGS_H
|
|
#define __ARGS_H
|
|
|
|
void args_register(GOptionEntry *options);
|
|
void args_execute(int argc, char *argv[]);
|
|
|
|
#endif
|