summaryrefslogtreecommitdiff
path: root/easytool/utils.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-08-15 11:11:27 +0800
committerHarald Welte <laforge@gnumonks.org>2010-08-15 11:11:27 +0800
commit43efa12e9fb6df6320ffb7e261145d313f19d1f3 (patch)
tree900a638ef7c217387082c27af9004fbc30feae9b /easytool/utils.h
parentab6aa10e6625bca5f15f9de775ff7dc51eb825a7 (diff)
print full transaction log, including recharge-section, better formatting
Diffstat (limited to 'easytool/utils.h')
-rw-r--r--easytool/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/easytool/utils.h b/easytool/utils.h
index ee446cd..0ff0ad7 100644
--- a/easytool/utils.h
+++ b/easytool/utils.h
@@ -1,6 +1,8 @@
#ifndef UTILS_H
#define UTILS_H
+#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
+
struct value_string {
unsigned int value;
const char *str;
personal git repositories of Harald Welte. Your mileage may vary