File: shared_xmp.h

package info (click to toggle)
liblicense 0.8-2.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 6,448 kB
  • ctags: 793
  • sloc: sh: 9,182; ansic: 8,249; makefile: 862; xml: 178; cpp: 111; ruby: 41; python: 39
file content (16 lines) | stat: -rw-r--r-- 401 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#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[];

struct _ll_shared_xmp_ns_and_rest
_ll_shared_xmp_uri2struct (const char * uri);

#endif /* define __LL_SHARED_XMP_H */