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:
parent
825a383772
commit
47984a765b
3 changed files with 8 additions and 5 deletions
|
@ -15,6 +15,7 @@ typedef enum {
|
|||
|
||||
typedef struct {
|
||||
// essential parts
|
||||
uint8_t valid;
|
||||
psycScheme type;
|
||||
psycString scheme;
|
||||
psycString user;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue