repo.or.cz
/
swftools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
upgrade to xpdf 3.00.
[swftools.git]
/
lib
/
action
/
libming.h
blob
2ea6a9b7f388e12ae9e9b2c056e02d419bed967b
1
#include <string.h>
2
#include <stdio.h>
3
#include <stdlib.h>
4
5
#ifndef __libming_h__
6
#define __libming_h__
7
8
typedef
unsigned char
byte
;
9
10
extern
void
(*
SWF_error
)(
const char
*
msg
, ...);
11
extern
void
(*
SWF_warn
)(
const char
*
msg
, ...);
12
13
extern
int
SWF_versionNum
;
14
15
#endif