blob: 4ad126cc3816813007d6d53984f31c3fb7c76679 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/*-----------------------------------------------------------------------------
*
* (c)2014 Tweag I/O
*
* Prototypes for StaticPtrTable.c
*
* -------------------------------------------------------------------------- */
#ifndef STATICPTRTABLE_H
#define STATICPTRTABLE_H
#include "BeginPrivate.h"
/** Frees the Static Pointer Table. */
void exitStaticPtrTable ( void );
#include "EndPrivate.h"
#endif /* STATICPTRTABLE_H */
|