openbsd-ports/misc/deco/patches/patch-af

22 lines
651 B
Plaintext

*** deco.h.orig Thu Oct 1 18:50:51 1998
--- deco.h Thu Oct 1 18:51:02 1998
***************
*** 107,114 ****
int match (unsigned char *name, unsigned char *pat);
int getmenu (void);
void downmenu (struct menu *m);
! char *timestr (long tim);
! long timeval (long tim);
int hexview (char *filename);
void viewpage (int line, int col);
void viewchar (int c);
--- 107,114 ----
int match (unsigned char *name, unsigned char *pat);
int getmenu (void);
void downmenu (struct menu *m);
! char *timestr (time_t tim);
! long timeval (time_t tim);
int hexview (char *filename);
void viewpage (int line, int col);
void viewchar (int c);