view usr/src/cmd/hal/hald/solaris/sysevent.h @ 13:f60a82e85167 default tip

Revert NEC's changes to fix krb5 build
author Andrew Stormont <andyjstormont@gmail.com>
date Fri, 02 Mar 2012 22:25:26 +0000
parents 1a15d5aaf794
children
line wrap: on
line source

/***************************************************************************
 *
 * sysevent.h : definitions for Solaris sysevents
 *
 * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
 * Use is subject to license terms.
 *
 * Licensed under the Academic Free License version 2.1
 *
 **************************************************************************/

#pragma ident	"%Z%%M%	%I%	%E% SMI"

#ifndef SYSEVENT_H
#define SYSEVENT_H

#include <glib.h>

gboolean sysevent_init(void);
void sysevent_fini(void);

#endif /* SYSEVENT_H */