1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

uniform - added 'valid' member; macro fix

This commit is contained in:
tg(x) 2011-10-23 00:13:42 +02:00
parent 825a383772
commit 47984a765b
3 changed files with 8 additions and 5 deletions

View file

@ -15,6 +15,7 @@ typedef enum {
typedef struct {
// essential parts
uint8_t valid;
psycScheme type;
psycString scheme;
psycString user;