1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -04:00

Do not export iopt_tables pointer.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4690 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Emanuele Giaquinta 2008-01-25 12:43:16 +00:00 committed by exg
parent bf6c3e72bb
commit 3e700f4b20
2 changed files with 1 additions and 3 deletions

View File

@ -21,7 +21,7 @@
#include "module.h"
#include "args.h"
GArray *iopt_tables = NULL;
static GArray *iopt_tables = NULL;
void args_register(struct poptOption *options)
{

View File

@ -7,8 +7,6 @@
# include "lib-popt/popt.h"
#endif
extern GArray *iopt_tables;
void args_register(struct poptOption *options);
void args_execute(int argc, char *argv[]);