2
0

Source fix-ups: single l marshal, copyright, .travis.

This commit is contained in:
Maarten Billemont
2017-09-20 12:43:03 -04:00
parent 47164c7a92
commit 444d7e9b35
39 changed files with 576 additions and 42 deletions

View File

@@ -21,7 +21,7 @@
#include <string.h>
#include <ctype.h>
#include "mpw-marshall.h"
#include "mpw-marshal.h"
#include "mpw-util.h"
#include "mpw-marshall-util.h"

View File

@@ -26,11 +26,11 @@
//// Types.
typedef mpw_enum( unsigned int, MPMarshalFormat ) {
/** Generate a key for authentication. */
/** Do not marshal. */
MPMarshalFormatNone,
/** Generate a key for authentication. */
/** Marshal using the line-based plain-text format. */
MPMarshalFormatFlat,
/** Generate a name for identification. */
/** Marshal using the JSON structured format. */
MPMarshalFormatJSON,
#if MPW_JSON