comment param

This commit is contained in:
Jan-Piet Mens
2015-10-02 16:55:38 +02:00
parent 815ea6908c
commit 7f79d2e28f
+3 -3
View File
@@ -512,9 +512,9 @@ struct jparam {
time_t s_hi;
output_type otype;
int limit; /* if non-zero, we're searching backwards */
JsonNode *fields;
char *username;
char *device;
JsonNode *fields; /* If non-NULL array of fields names to return */
char *username; /* If non-NULL, add username to location */
char *device; /* If non-NULL, add device name to location */
};
/*