view src/paranormal/presets.h @ 644:94ab06db73fa trunk

[svn] temporary fix for SIGSEGV in g_utf8_validate() when xmlURIEscape returns NULL. thank nhjm449 for reporting.
author yaz
date Tue, 13 Feb 2007 21:50:01 -0800
parents fd9c0a5871ac
children 3b034150d31e
line wrap: on
line source

#ifndef _PRESETS_H
#define _PRESETS_H

#include <glib.h>

#include "actuators.h"

struct pn_actuator *load_preset (const char *filename);
gboolean save_preset (const char *filename, const struct pn_actuator *actuator);

#endif /* _PRESETS_H */