forked from cory/tildefriends
docs + prettier
This commit is contained in:
parent
af25782185
commit
855d603795
@ -10,4 +10,4 @@ async function main() {
|
|||||||
</body>
|
</body>
|
||||||
`);
|
`);
|
||||||
}
|
}
|
||||||
main();
|
main();
|
||||||
|
@ -40,8 +40,15 @@ typedef enum _tf_ssb_change_t
|
|||||||
k_tf_ssb_change_remove,
|
k_tf_ssb_change_remove,
|
||||||
} tf_ssb_change_t;
|
} tf_ssb_change_t;
|
||||||
|
|
||||||
|
/**
|
||||||
|
** Flags describing the structure of a message.
|
||||||
|
*/
|
||||||
typedef enum _tf_ssb_message_flags_t
|
typedef enum _tf_ssb_message_flags_t
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
** The sequence field precedes the author field if specified. The
|
||||||
|
** other way around, otherwise.
|
||||||
|
*/
|
||||||
k_tf_ssb_message_flag_sequence_before_author = 1,
|
k_tf_ssb_message_flag_sequence_before_author = 1,
|
||||||
} tf_ssb_message_flags_t;
|
} tf_ssb_message_flags_t;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user