From 25288b0e4472c728fc5a3a70c6c3e1f621ffae5f Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 7 Dec 2007 14:54:38 -0800 Subject: A requiem for pstring. -------------- / \ / REST \ / IN \ / PEACE \ / \ | The infamous pstring | | | | | | 7 December | | | | 2007 | *| * * * | * _________)/\\_//(\/(/\)/\//\/\///|_)_______ Jeremy (This used to be commit bca371bff8e1dd5099eda1774e5bb0fdbd6a1a77) --- source3/include/includes.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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]; -- cgit