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:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user