mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -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:
parent
bf6c3e72bb
commit
3e700f4b20
@ -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)
|
||||
{
|
||||
|
@ -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[]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user