mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
..adding new files..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@171 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d01b094151
commit
c95034c6de
206 changed files with 31247 additions and 0 deletions
15
src/core/args.h
Normal file
15
src/core/args.h
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#ifndef __ARGS_H
|
||||
#define __ARGS_H
|
||||
|
||||
#ifdef HAVE_POPT_H
|
||||
# include <popt.h>
|
||||
#else
|
||||
# include "lib-popt/popt.h"
|
||||
#endif
|
||||
|
||||
extern GArray *iopt_tables;
|
||||
|
||||
void args_register(struct poptOption *options);
|
||||
void args_execute(int argc, char *argv[]);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue