* MoonlightTypeConverter.cs: Convert CacheMode's from strings.
[moon.git] / src / security.h
blob7ad22b584b4a059c446a02fbc73803e025a9c6eb
1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 /*
3 * security.h:
5 * Contact:
6 * Moonlight List (moonlight-list@lists.ximian.com)
8 * Copyright 2009 Novell, Inc. (http://www.novell.com)
10 * See the LICENSE file included with the distribution for details.
13 #ifndef __SECURITY_H__
14 #define __SECURITY_H__
16 #include <string.h>
17 #include <glib.h>
18 #include <sys/stat.h>
20 G_BEGIN_DECLS
22 G_GNUC_INTERNAL void security_enable_coreclr (const char *platform_dir);
24 G_END_DECLS
26 #endif