File: version.c

package info (click to toggle)
libraw1394 1.3.0-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,956 kB
  • ctags: 473
  • sloc: sh: 9,107; ansic: 2,570; makefile: 143
file content (16 lines) | stat: -rw-r--r-- 398 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * libraw1394 - library for raw access to the 1394 bus with the Linux subsystem.
 *
 * Copyright (C) 1999,2000,2001,2002 Andreas Bombe
 *
 * 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;
}