ReactOS 0.4.15-dev-7924-g5949c20
delete.c
Go to the documentation of this file.
1/*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS kernel
4 * FILE: lib/rossym/delete.c
5 * PURPOSE: Free rossym info
6 *
7 * PROGRAMMERS: Ge van Geldorp (gvg@reactos.com)
8 */
9
10#include <precomp.h>
11
12VOID
14{
15 dwarfclose(RosSymInfo);
16}
17
18/* EOF */
VOID RosSymDelete(PROSSYM_INFO RosSymInfo)
Definition: delete.c:15
void dwarfclose(Dwarf *)
Definition: dwarfopen.c:57