document that I am a retard

This commit is contained in:
Lennart Poettering 2009-01-20 00:49:45 +01:00
parent 8839d86672
commit d5e895d5cb

View file

@ -37,6 +37,10 @@
typedef struct pa_tagstruct pa_tagstruct;
/* Due to a stupid design flaw, proplists may only be at the END of a
* packet or not before a STRING! Don't forget that! We can't really
* fix this without breaking compat. */
enum {
PA_TAG_INVALID = 0,
PA_TAG_STRING = 't',