mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +02: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
2 changed files with 1 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue