ReactOS 0.4.15-dev-7953-g1f49173
init.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/data.c
5 * PURPOSE: Definition of external variables
6 *
7 * PROGRAMMERS: Ge van Geldorp (gvg@reactos.com)
8 */
9
10#include <precomp.h>
11
13
14VOID
16{
18}
19
20/* EOF */
const struct winhelp_callbacks Callbacks
Definition: callback.c:161
ROSSYM_CALLBACKS RosSymCallbacks
Definition: init.c:14
VOID RosSymInit(PROSSYM_CALLBACKS Callbacks)
Definition: init.c:17