summaryrefslogtreecommitdiff
path: root/includes/loadgraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/loadgraph.h')
-rw-r--r--includes/loadgraph.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/loadgraph.h b/includes/loadgraph.h
index 3a53f793..1eae976f 100644
--- a/includes/loadgraph.h
+++ b/includes/loadgraph.h
@@ -24,6 +24,12 @@
#include <stdlib.h>
#include <gtk/gtk.h>
#include <math.h>
+/*#include <libintl.h>
+#include <locale.h>
+#define _(STRING) gettext(STRING)
+#define N_(STRING) (STRING)*/
+
+
typedef struct _LoadGraph LoadGraph;