view src/paranormal/presets.h @ 946:2d06a4e9b032 trunk

[svn] - use a g_cond_wait() to ensure curl has started up before we try to read.
author nenolod
date Thu, 12 Apr 2007 13:22:28 -0700
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 */