diff options
author | Jeremy Allison <jra@samba.org> | 2007-12-07 14:54:38 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2007-12-07 14:54:38 -0800 |
commit | 25288b0e4472c728fc5a3a70c6c3e1f621ffae5f (patch) | |
tree | 42e0bceda9b5f08f913c7598bf456199dbd0232d | |
parent | 4deeca97e4030b586629aea02e5cd26159d91b88 (diff) | |
download | samba-25288b0e4472c728fc5a3a70c6c3e1f621ffae5f.tar.gz samba-25288b0e4472c728fc5a3a70c6c3e1f621ffae5f.tar.bz2 samba-25288b0e4472c728fc5a3a70c6c3e1f621ffae5f.zip |
A requiem for pstring.
--------------
/ \
/ REST \
/ IN \
/ PEACE \
/ \
| The infamous pstring |
| |
| |
| 7 December |
| |
| 2007 |
*| * * * | *
_________)/\\_//(\/(/\)/\//\/\///|_)_______
Jeremy
(This used to be commit bca371bff8e1dd5099eda1774e5bb0fdbd6a1a77)
-rw-r--r-- | source3/include/includes.h | 18 |
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]; |