repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unstack - fix ipcvecs
[minix.git]
/
servers
/
inet
/
qp.h
blob
d2456a6f48389c646d5b97dc0e3a9c6c6fd5ad15
1
/*
2
inet/qp.h
3
4
Handle queryparams requests
5
6
Created: June 1995 by Philip Homburg <philip@f-mnx.phicoh.com>
7
8
Copyright 1995 Philip Homburg
9
*/
10
11
#ifndef INET__QP_H
12
#define INET__QP_H
13
14
void
qp_init
ARGS
((
void
));
15
16
#endif
/* INET__QP_H */
17
18
/*
19
* $PchId: qp.h,v 1.4 2005/01/29 18:08:06 philip Exp $
20
*/