File: shared_xmp.h

package info (click to toggle)
liblicense 0.8.1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 6,428 kB
  • ctags: 868
  • sloc: sh: 9,739; ansic: 8,315; makefile: 859; xml: 178; cpp: 111; ruby: 41; python: 39
file content (17 lines) | stat: -rw-r--r-- 448 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef __LL_SHARED_XMP_H
#define __LL_SHARED_XMP_H

struct _ll_shared_xmp_ns_and_rest {
  const char * namespace;
  const char * rest;
};

extern const char  _ll_shared_xmp_license[];
extern const char  _ll_shared_xmp_webstatement[];
const char  _ll_shared_xmp_morepermissions[];
extern const char LL_NS_PURL_DC_ELEMENTS_11[];

struct _ll_shared_xmp_ns_and_rest
_ll_shared_xmp_uri2struct (const char * uri);

#endif /* define __LL_SHARED_XMP_H */