1 | .\" $Id: locker_free_attachent.3,v 1.1 1999-02-26 19:05:12 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_FREE_ATTACHENT 3 |
---|
18 | .SH NAME |
---|
19 | locker_free_attachent \- Dispose of a locker_attachent |
---|
20 | .SH SYNOPSIS |
---|
21 | .nf |
---|
22 | .B #include <locker.h> |
---|
23 | .PP |
---|
24 | .B |
---|
25 | void locker_free_attachent(locker_context \fIcontext\fP, |
---|
26 | .B |
---|
27 | locker_attachent *\fIat\fP) |
---|
28 | .PP |
---|
29 | .B cc file.c -llocker ... |
---|
30 | .fi |
---|
31 | .SH DESCRIPTION |
---|
32 | This function disposes of a |
---|
33 | .I locker_attachent |
---|
34 | returned by |
---|
35 | .BR locker_read_attachent (3) |
---|
36 | or another liblocker function, freeing all of its associated memory |
---|
37 | and releasing the lock on the corresponding file in the attachtab |
---|
38 | directory. |
---|
39 | .SH SEE ALSO |
---|
40 | locker_read_attachent(3) |
---|
41 | .SH AUTHOR |
---|
42 | Dan Winship, MIT Information Systems |
---|
43 | .br |
---|
44 | Copyright 1998 by the Massachusetts Institute of Technology. |
---|