Rename functions with vw_ prefix
[revag-bap.git] / vw-bap.h
index 0345605b0e64972a4b1f941f6b7f3f639e24e410..0c8690fbdaa1c7896aedad593e8e9bda0eecceb4 100644 (file)
--- a/vw-bap.h
+++ b/vw-bap.h
@@ -28,13 +28,13 @@ struct BAP_RXer {
 
 
 
-void bap_frame_dump(struct BAP_Frame *bap_frame);
+void vw_bap_frame_dump(struct BAP_Frame *bap_frame);
 
-struct BAP_Frame* bap_handle_can_frame(struct BAP_RXer *bap, struct can_frame *frame);
+struct BAP_Frame* vw_bap_handle_can_frame(struct BAP_RXer *bap, struct can_frame *frame);
 
-struct BAP_RXer* bap_alloc();
-void bap_free(struct BAP_RXer *bap);
-void bap_frame_free(struct BAP_Frame *bap_frame);
+struct BAP_RXer* vw_bap_alloc();
+void vw_bap_free(struct BAP_RXer *bap);
+void vw_bap_frame_free(struct BAP_Frame *bap_frame);