You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnucash/lib/goffice/split/plugin-util.h

13 lines
270 B

#ifndef GNUMERIC_PLUGIN_UTIL_H
#define GNUMERIC_PLUGIN_UTIL_H
#include "gnumeric.h"
#include "error-info.h"
#include <stdio.h>
FILE *gnumeric_fopen_error_info (char const *file_name, char const *mode,
ErrorInfo **ret_error);
#endif /* GNUMERIC_PLUGIN_UTIL_H */