summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-12-07 14:54:38 -0800
committerJeremy Allison <jra@samba.org>2007-12-07 14:54:38 -0800
commitbca371bff8e1dd5099eda1774e5bb0fdbd6a1a77 (patch)
tree915d63289a104f51039a80c9f1e677ad55fcaa95
parentefaebdb141a841ec083f20f8905ae0294b81d0d6 (diff)
downloadsamba-bca371bff8e1dd5099eda1774e5bb0fdbd6a1a77.tar.gz
samba-bca371bff8e1dd5099eda1774e5bb0fdbd6a1a77.tar.xz
samba-bca371bff8e1dd5099eda1774e5bb0fdbd6a1a77.zip
A requiem for pstring.
-------------- / \ / REST \ / IN \ / PEACE \ / \ | The infamous pstring | | | | | | 7 December | | | | 2007 | *| * * * | * _________)/\\_//(\/(/\)/\//\/\///|_)_______ Jeremy
-rw-r--r--source/include/includes.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index 67995fa4994..c3c9dca9cfc 100644
--- a/source/include/includes.h
+++ b/source/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];