#ifndef __LOAD_H__ #define __LOAD_H__ #include "def.h" gboolean load_cards(const gchar *, struct _prog*, GtkWidget *); #endif