mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05: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 "module.h"
|
||||||
#include "args.h"
|
#include "args.h"
|
||||||
|
|
||||||
GArray *iopt_tables = NULL;
|
static GArray *iopt_tables = NULL;
|
||||||
|
|
||||||
void args_register(struct poptOption *options)
|
void args_register(struct poptOption *options)
|
||||||
{
|
{
|
||||||
|
@ -7,8 +7,6 @@
|
|||||||
# include "lib-popt/popt.h"
|
# include "lib-popt/popt.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern GArray *iopt_tables;
|
|
||||||
|
|
||||||
void args_register(struct poptOption *options);
|
void args_register(struct poptOption *options);
|
||||||
void args_execute(int argc, char *argv[]);
|
void args_execute(int argc, char *argv[]);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user