git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
AcessNative - Compile fixes after elf linking changes
[tpg/acess2.git]
/
AcessNative
/
ld-acess_src
/
request.h
1
/*
2
* Acess2 - AcessNative
3
* ld-acess
4
*
5
* request.h - IPC Request common header
6
*/
7
8
#ifndef _REQUEST_H_
9
#define _REQUEST_H_
10
11
#include "../syscalls.h"
12
13
extern int SendRequest(tRequestHeader *Request, int RequestSize, int ResponseSize);
14
15
#endif
UCC
git Repository :: git.ucc.asn.au