source:
trunk/minix/servers/inet/qp.h@
11
Last change on this file since 11 was 9, checked in by , 13 years ago | |
---|---|
File size: 346 bytes |
Line | |
---|---|
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 | int qp_query ARGS(( int proc, vir_bytes argp )); |
16 | |
17 | #endif /* INET__QP_H */ |
18 | |
19 | /* |
20 | * $PchId: qp.h,v 1.4 2005/01/29 18:08:06 philip Exp $ |
21 | */ |
Note:
See TracBrowser
for help on using the repository browser.