Skip to content

Commit

Permalink
setup_header -> nais_setup_header
Browse files Browse the repository at this point in the history
  • Loading branch information
attdona committed Sep 26, 2017
1 parent 9acb453 commit ebd9a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion burba/sys/include/nais.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ typedef struct {
/**
* @brief initialize the bocia packet header
*/
int8_t setup_header(proto_msg_t msg_type, int msg_len, uint8_t *buff);
int8_t nais_setup_header(proto_msg_t msg_type, int msg_len, uint8_t *buff);

/**
* @brief return true if `buff` array is a NAIS payload, false otherwise
Expand Down

0 comments on commit ebd9a93

Please sign in to comment.