Convert ux_audio.h to K&R style.
authorDavid Griffith <dave@661.org>
Thu, 19 Sep 2019 05:44:10 +0000 (22:44 -0700)
committerDavid Griffith <dave@661.org>
Thu, 19 Sep 2019 21:29:51 +0000 (14:29 -0700)
src/curses/ux_audio.h

index 4295cac38135982a0fc70f8952ee66f8ed8f1018..938e3afaf08dbbf957ea717fa820b3053b6e9853 100644 (file)
@@ -1,6 +1,6 @@
-void os_init_sound(void);                     /* startup system*/
-void os_beep(int);                            /* enqueue a beep sample*/
-void os_prepare_sample(int);                  /* put a sample into memory*/
-void os_start_sample(int, int, int, zword);   /* queue up a sample*/
-void os_stop_sample(int);                     /* terminate sample*/
-void os_finish_with_sample(int);              /* remove from memory*/
+void os_init_sound(void);                     /* startup system */
+void os_beep(int);                            /* enqueue a beep sample */
+void os_prepare_sample(int);                  /* put a sample into memory */
+void os_start_sample(int, int, int, zword);   /* queue up a sample */
+void os_stop_sample(int);                     /* terminate sample */
+void os_finish_with_sample(int);              /* remove from memory */