Move blr_set_checksum into blr.h

The function is used in two different files so it needs to be in the
header.
This commit is contained in:
Markus Mäkelä
2017-10-02 10:47:27 +03:00
parent 6f84f960ff
commit 1772cc9021
3 changed files with 1 additions and 2 deletions

View File

@ -788,6 +788,7 @@ extern const char *blr_get_encryption_algorithm(int);
extern int blr_check_encryption_algorithm(char *);
extern const char *blr_encryption_algorithm_list(void);
extern bool blr_get_encryption_key(ROUTER_INSTANCE *);
extern void blr_set_checksum(ROUTER_INSTANCE *instance, GWBUF *buf);
MXS_END_DECLS