mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
Refactoring to avoid code duplication.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4344 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
9cdea0d608
commit
f57b551a86
4 changed files with 19 additions and 33 deletions
|
|
@ -1,13 +1,6 @@
|
|||
#ifndef __CUIX_LIB_H
|
||||
#define __CUIX_LIB_H
|
||||
|
||||
#if defined(USE_NCURSES) && !defined(RENAMED_NCURSES)
|
||||
# include <ncurses.h>
|
||||
#else
|
||||
# include <curses.h>
|
||||
#endif
|
||||
#include <form.h>
|
||||
#include <panel.h>
|
||||
#include "cuix-api.h"
|
||||
|
||||
int home_menu (char *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue