diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-07-18 21:38:16 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-07-18 21:38:16 +0000 |
commit | a785a3e404bdba9e901431cf9d2e047e8d4b4c1a (patch) | |
tree | c31784d3351c1c9728af1fc6a4bf300b5ef02397 /src/xine-engine/configfile.h | |
parent | 0cc3c12037389df276f5233ea5d5bcd7929ddc18 (diff) | |
download | xine-lib-a785a3e404bdba9e901431cf9d2e047e8d4b4c1a.tar.gz xine-lib-a785a3e404bdba9e901431cf9d2e047e8d4b4c1a.tar.bz2 |
Split alsa drivers, more checks about versions. Made xine lib c++ compliant.
CVS patchset: 308
CVS date: 2001/07/18 21:38:16
Diffstat (limited to 'src/xine-engine/configfile.h')
-rw-r--r-- | src/xine-engine/configfile.h | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/src/xine-engine/configfile.h b/src/xine-engine/configfile.h index 1e5de7be9..fc1b3c829 100644 --- a/src/xine-engine/configfile.h +++ b/src/xine-engine/configfile.h @@ -17,16 +17,19 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: configfile.h,v 1.1 2001/04/18 22:36:05 f1rmb Exp $ + * $Id: configfile.h,v 1.2 2001/07/18 21:38:17 f1rmb Exp $ * * config file management * */ - #ifndef HAVE_CONFIGFILE_H #define HAVE_CONFIGFILE_H +#ifdef __cplusplus +extern "C" { +#endif + #include <inttypes.h> typedef struct config_values_s config_values_t; @@ -76,13 +79,19 @@ struct config_values_s { */ config_values_t *config_file_init (char *filename); +#ifdef __cplusplus +} +#endif #endif /* * $Log: configfile.h,v $ - * Revision 1.1 2001/04/18 22:36:05 f1rmb - * Initial revision + * Revision 1.2 2001/07/18 21:38:17 f1rmb + * Split alsa drivers, more checks about versions. Made xine lib c++ compliant. + * + * Revision 1.1.1.1 2001/04/18 22:36:05 f1rmb + * Initial import into CVS * * Revision 1.6 2001/03/31 03:42:25 guenter * more cleanups, started xv driver |