summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/include/includes.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 67995fa499..c3c9dca9cf 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -618,6 +618,24 @@ struct timespec {
#endif
/* Our own fstrings */
+
+/*
+ --------------
+ / \
+ / REST \
+ / IN \
+ / PEACE \
+ / \
+ | The infamous pstring |
+ | |
+ | |
+ | 7 December |
+ | |
+ | 2007 |
+ *| * * * | *
+ _________)/\\_//(\/(/\)/\//\/\///|_)_______
+*/
+
#define FSTRING_LEN 256
typedef char fstring[FSTRING_LEN];