X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=abook.h;h=8fa08cd5f20d1059d9f2db1d8dc699c8b54d2b5b;hb=b72252752db9cad76ab15da63296c2694074d831;hp=64ea077330ddc849844eb3a6606c45ac4c70e635;hpb=0d3c17d9ab127e5596c8fb97d65122b3b90f6b11;p=pkg%2Fabook.git diff --git a/abook.h b/abook.h index 64ea077..8fa08cd 100644 --- a/abook.h +++ b/abook.h @@ -1,19 +1,15 @@ #ifndef _ABOOK_H #define _ABOOK_H -void refresh_screen(); -void statusline_msg(char *msg); -char *ask_filename(char *prompt, int flags); -void clear_statusline(); -void statusline_addstr(char *str); -char *statusline_getnstr(char *str, int n, int use_filesel); -void headerline(char *str); -void refresh_statusline(); -void display_editor_help(); +#include + void *abook_malloc(size_t size); void *abook_realloc(void *ptr, size_t size); FILE *abook_fopen (const char *path, const char *mode); void quit_abook(); +void launch_wwwbrowser(int item); +void launch_mutt(int item); +void print_stderr(int item); #ifdef _AIX int strcasecmp (const char *, const char *); int strncasecmp (const char *, const char *, size_t);