Security Scol plugin
Toggle main menu visibility
Main Page
Related Pages
Topics
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Variables
Typedefs
d
e
g
p
s
v
w
Enumerations
Enumerator
a
b
c
d
h
i
m
n
o
p
r
s
t
u
w
z
Related Symbols
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
Variables
Typedefs
Enumerations
Enumerator
a
b
c
d
e
g
i
l
n
o
p
r
s
t
u
v
w
x
Macros
G:
work
subversion
scol-technologies
trunk
scol
plugins
security
include
loadScolSecurity.h
1
#ifndef __LOAD_SCOL_SECURITY_H__
2
#define __LOAD_SCOL_SECURITY_H__
3
4
#ifdef SCOL_STATIC
5
6
#include "scolMachine.h"
7
8
#ifdef __cplusplus
9
extern
"C"
10
#endif
11
SCOL_EXPORT
int
ScolSecurityLoadPlugin(mmachine m, cbmachine w);
12
13
#ifdef __cplusplus
14
extern
"C"
15
#endif
16
SCOL_EXPORT
int
ScolSecurityUnloadPlugin();
17
18
#endif
//SCOL_STATIC
19
20
#endif
Generated by
1.9.8