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