mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Make some variables static.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4814 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
cad6fb2e19
commit
e32e6fea4b
3 changed files with 5 additions and 5 deletions
|
|
@ -49,7 +49,7 @@
|
|||
|
||||
#ifdef HAVE_SYS_RESOURCE_H
|
||||
# include <sys/resource.h>
|
||||
struct rlimit orig_core_rlimit;
|
||||
static struct rlimit orig_core_rlimit;
|
||||
#endif
|
||||
|
||||
void chat_commands_init(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue