mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +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 "args.h"
|
||||
|
||||
GArray *iopt_tables = NULL;
|
||||
static GArray *iopt_tables = NULL;
|
||||
|
||||
void args_register(struct poptOption *options)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue