]> git.deb.at Git - pkg/abook.git/blob - estr.h
Initial revision
[pkg/abook.git] / estr.h
1
2 /*
3  * 
4  * estr.h
5  *
6  * by JH <jheinonen@bigfoot.com>
7  *
8  * Copyright (C) Jaakko Heinonen
9  *
10  */
11
12 #ifndef _ESTR_H
13 #define _ESTR_H
14
15
16 /*
17  *
18  *
19  */
20
21 char    *wenter_string(WINDOW *win, const int maxlen, const int flags);
22
23 #define         ESTR_USE_FILESEL        1
24 #define         ESTR_DONT_WRAP          2
25
26 #endif
27