summaryrefslogtreecommitdiff
path: root/include/timer.h
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2000-11-20 20:10:46 +0000
committerJaroslav Kysela <perex@perex.cz>2000-11-20 20:10:46 +0000
commit41bb7068f2e8b54c73874f40efcc89204f9992e0 (patch)
tree849db082c98e4442e480d5b673bd42c2ab0ec339 /include/timer.h
parent3cc2b957fbe73dcdf34f34ce70e6b85e06d915d0 (diff)
Merged pcmfinal branch.
Diffstat (limited to 'include/timer.h')
-rw-r--r--include/timer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/timer.h b/include/timer.h
index a406d9c0..d01c57eb 100644
--- a/include/timer.h
+++ b/include/timer.h
@@ -9,7 +9,7 @@
extern "C" {
#endif
-typedef struct snd_timer snd_timer_t;
+typedef struct _snd_timer snd_timer_t;
int snd_timer_open(snd_timer_t **handle);
int snd_timer_close(snd_timer_t *handle);
@@ -18,7 +18,6 @@ int snd_timer_general_info(snd_timer_t *handle, snd_timer_general_info_t * info)
int snd_timer_select(snd_timer_t *handle, snd_timer_select_t *tselect);
int snd_timer_info(snd_timer_t *handle, snd_timer_info_t *timer);
int snd_timer_params(snd_timer_t *handle, snd_timer_params_t *params);
-int snd_timer_setup(snd_timer_t *handle, snd_timer_setup_t *setup);
int snd_timer_status(snd_timer_t *handle, snd_timer_status_t *status);
int snd_timer_start(snd_timer_t *handle);
int snd_timer_stop(snd_timer_t *handle);