forked from cory/tildefriends
		
	docs + prettier
This commit is contained in:
		| @@ -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; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user