From f7081c9e82c7dea2887bb5e23f8c20c01aa703b0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 10 Jun 2008 13:00:58 +0000 Subject: extend the the gtk module git-svn-id: file:///home/lennart/svn/public/libcanberra/trunk@60 01b60673-d06a-42c0-afdd-89cb8e0f78ac --- src/driver.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/driver.h') diff --git a/src/driver.h b/src/driver.h index 732a5d4..43efbf4 100644 --- a/src/driver.h +++ b/src/driver.h @@ -35,4 +35,5 @@ int driver_play(ca_context *c, uint32_t id, ca_proplist *p, ca_finish_callback_t int driver_cancel(ca_context *c, uint32_t id); int driver_cache(ca_context *c, ca_proplist *p); + #endif -- cgit