Revision 12781,
1.3 KB
checked in by danw, 26 years ago
(diff) |
These functions takes "locker_context"s, not "locker_context *"s
(except locker_init, which takes a *, not a **)
|
Line | |
---|
1 | .\" $Id: locker_end.3,v 1.2 1999-03-27 17:34:00 danw Exp $ |
---|
2 | .\" |
---|
3 | .\" Copyright 1997 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 | .TH LOCKER_END 3 |
---|
18 | .SH NAME |
---|
19 | locker_end \- Dispose a locker context |
---|
20 | .SH SYNOPSIS |
---|
21 | .nf |
---|
22 | .B #include <locker.h> |
---|
23 | .PP |
---|
24 | .B |
---|
25 | void locker_end(locker_context \fIcontext\fP) |
---|
26 | .PP |
---|
27 | .B cc file.c -llocker ... |
---|
28 | .fi |
---|
29 | .SH DESCRIPTION |
---|
30 | This function disposes a locker context allocated with |
---|
31 | .B locker_init\fP |
---|
32 | and frees all the memory associated with it. After calling this |
---|
33 | function, |
---|
34 | .I context |
---|
35 | no longer points to a valid locker_context. |
---|
36 | .SH SEE ALSO |
---|
37 | locker_init(3) |
---|
38 | .SH AUTHOR |
---|
39 | Dan Winship, MIT Information Systems |
---|
40 | .br |
---|
41 | Copyright 1998 by the Massachusetts Institute of Technology. |
---|
Note: See
TracBrowser
for help on using the repository browser.