opnsense-ports/sysutils/screen50/files/patch-misc.h
Franco Fichtner a4d782b9cf */*: sync with upstream
Taken from: FreeBSD
2024-09-03 10:17:22 +02:00

12 lines
323 B
C

--- misc.h.orig 2024-03-26 16:41:57.000000000 -0700
+++ misc.h 2024-04-03 11:30:19.350562000 -0700
@@ -28,6 +28,9 @@
int AddXChar (char *, int);
int AddXChars (char *, int, char *);
+time_t SessionCreationTime(const char *fifo);
+
+
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
#endif /* SCREEN_MISC_H */