Various minor fixes for compiler/linter (other then splint itself) warnings.
[splint-patched.git] / src / Headers / declaratorInvNode.h
blobbb694ef9e5190ca8857acf8e3d247b40536f1d1c
1 /*
2 ** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
3 ** See ../LICENSE for license information.
4 **
5 */
6 /*
7 ** declaratorInvNode.h
8 */
10 typedef struct {
11 declaratorNode declarator;
12 abstBodyNode body;
13 } *declaratorInvNode;
15 extern void declaratorInvNode_free (/*@only@*/ /*@null@*/ declaratorInvNode p_x);