This repository has been archived on 2022-09-20. You can view files and clone it, but cannot push or open issues or pull requests.
2001-02-04 21:38:03 -05:00
|
|
|
/*
|
|
|
|
* libraw1394 - library for raw access to the 1394 bus with the Linux subsystem.
|
|
|
|
*
|
2002-10-13 18:54:49 -04:00
|
|
|
* Copyright (C) 1999,2000,2001,2002 Andreas Bombe
|
2001-02-04 21:38:03 -05:00
|
|
|
*
|
|
|
|
* This library is licensed under the GNU Lesser General Public License (LGPL),
|
|
|
|
* version 2.1 or later. See the file COPYING.LIB in the distribution for
|
|
|
|
* details.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <config.h>
|
|
|
|
|
|
|
|
const char *raw1394_get_libversion()
|
|
|
|
{
|
|
|
|
return VERSION;
|
|
|
|
}
|