diff options
author | Lennart Poettering <lennart@poettering.net> | 2008-07-25 16:50:57 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2008-07-25 16:50:57 +0200 |
commit | 571e728fb0e3982881589c8bb7a54052c5b6acde (patch) | |
tree | cda08cbcd56204ef794f9bf5bcdd35dd002a1e03 /src/driver-order.h | |
parent | dd008275f922fea7076aa19479905400946e6707 (diff) | |
parent | 38d9db9575547ac9354944bd307db752e37601f6 (diff) |
Merge branch 'gst'
Diffstat (limited to 'src/driver-order.h')
-rw-r--r-- | src/driver-order.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/src/driver-order.h b/src/driver-order.h new file mode 100644 index 0000000..23e0783 --- /dev/null +++ b/src/driver-order.h @@ -0,0 +1,26 @@ +#ifndef foocanberradriverorderhfoo +#define foocanberradriverorderhfoo + +/*** + This file is part of libcanberra. + + Copyright 2008 Lennart Poettering + + libcanberra is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as + published by the Free Software Foundation, either version 2.1 of the + License, or (at your option) any later version. + + libcanberra is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with libcanberra. If not, If not, see + <http://www.gnu.org/licenses/>. +***/ + +extern const char* const ca_driver_order[]; + +#endif |