1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-29 00:36:45 +02:00

api changes

This commit is contained in:
Jfreegman
2014-06-11 20:04:20 -04:00
parent 612c6c95eb
commit f10ce94f38
5 changed files with 8 additions and 9 deletions

View File

@ -21,7 +21,7 @@
*/
#ifndef _line_info_h
#define line_info_h
#define _line_info_h
#include "windows.h"
#include "toxic.h"
@ -91,4 +91,4 @@ void line_info_init(struct history *hst);
void line_info_onKey(ToxWindow *self, wint_t key);
void line_info_onDraw(ToxWindow *self);
#endif /* #define line_info_h */
#endif /* #define _line_info_h */