source: trunk/athena/lib/larv/larv.h @ 12142

Revision 12142, 929 bytes checked in by ghudson, 26 years ago (diff)
Declare struct sockaddr, since we use a pointer to it in the larv_send_status() prototype.
Line 
1/* $Id: larv.h,v 1.3 1998-11-09 22:23:49 ghudson Exp $ */
2
3/* Copyright 1998 by the Massachusetts Institute of Technology.
4 *
5 * Permission to use, copy, modify, and distribute this
6 * software and its documentation for any purpose and without
7 * fee is hereby granted, provided that the above copyright
8 * notice appear in all copies and that both that copyright
9 * notice and this permission notice appear in supporting
10 * documentation, and that the name of M.I.T. not be used in
11 * advertising or publicity pertaining to distribution of the
12 * software without specific, written prior permission.
13 * M.I.T. makes no representations about the suitability of
14 * this software for any purpose.  It is provided "as is"
15 * without express or implied warranty.
16 */
17
18#ifndef LARV__H
19#define LARV__H
20
21struct sockaddr;
22
23int larv_send_status(int fd, struct sockaddr *addr, int size);
24int larv_set_busy(int busy);
25
26#endif /* LARV__H */
Note: See TracBrowser for help on using the repository browser.