]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/haiku_support.h: Fix header coding style.
authorPo Lu <luangruo@yahoo.com>
Fri, 15 Apr 2022 11:58:09 +0000 (11:58 +0000)
committerPo Lu <luangruo@yahoo.com>
Fri, 15 Apr 2022 12:00:35 +0000 (12:00 +0000)
src/haiku_support.h

index 237cedd8fc2b349c7e29b38f7c27c5dd45ba0de9..8462df268f8d8114351049b3b1ca735ef1487251 100644 (file)
@@ -632,10 +632,10 @@ extern bool be_drag_message (void *, void *, bool, void (*) (void),
 extern bool be_drag_and_drop_in_progress (void);
 
 #ifdef __cplusplus
-extern void *find_appropriate_view_for_draw (void *vw);
+extern void *find_appropriate_view_for_draw (void *);
 }
 
-extern _Noreturn void gui_abort (const char *msg);
+extern _Noreturn void gui_abort (const char *);
 #endif /* _cplusplus */
 
 #endif /* _HAIKU_SUPPORT_H_ */