source: trunk/minix/servers/inet/qp.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 346 bytes
RevLine 
[9]1/*
2inet/qp.h
3
4Handle queryparams requests
5
6Created: June 1995 by Philip Homburg <philip@f-mnx.phicoh.com>
7
8Copyright 1995 Philip Homburg
9*/
10
11#ifndef INET__QP_H
12#define INET__QP_H
13
14void qp_init ARGS(( void ));
15int 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.