repo.or.cz
/
AROS-Contrib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Ported to AROS.
[AROS-Contrib.git]
/
libs
/
mpega
/
support.h
blob
7289f7e4a338b09fd3f4e3cba12098d1af44303b
1
#ifndef SUPPORT_H
2
#define SUPPORT_H
3
4
ULONG
InitSupport
(
void
);
5
void
RemoveSupport
(
void
);
6
7
#endif