libutil++  1.9.3
 All Classes Functions Variables
version.h
1 /*
2 ** libutil++
3 ** $Id: version.h 1653 2016-02-28 19:54:59Z sella $
4 ** Copyright (c) 2011-2016 Digital Genesis, LLC. All Rights Reserved.
5 ** Released under the LGPL Version 2.1 License.
6 ** http://www.digitalgenesis.com
7 */
8 
9 #ifndef __libutilxx__version_H__
10 #define __libutilxx__version_H__
11 
12 #include "common.h"
13 
14 extern "C" {
15  const char* libutilxx__package(void);
16 
17  const char* libutilxx__version(void);
18 }
19 
20 #endif
21 
22 /*
23 ** vim: noet ts=3 sw=3
24 */