smostertdev commented on this pull request.
+#ifndef LO_PREFS_H
+#define LO_PREFS_H + +#include <geanyplugin.h> +#include "lo_prefs.h" + + +typedef struct +{ + /* general settings */ + gchar *config_file; + gboolean use_collation_compare; +} AddonsInfo; + + +extern AddonsInfo *lo_info;
You are correct, updated