summaryrefslogtreecommitdiff
path: root/src/include/taler_util.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-16 20:33:01 +0200
committerChristian Grothoff <christian@grothoff.org>2015-05-16 20:33:01 +0200
commitaa89db4d0a92f341eb6239a06c7b69410934132b (patch)
treed352df5b1ce83e15e98994fbf7edffb113f9752e /src/include/taler_util.h
parent21da34a5011bfb9445b658febdb40c90c34b4170 (diff)
downloadexchange-aa89db4d0a92f341eb6239a06c7b69410934132b.tar.gz
exchange-aa89db4d0a92f341eb6239a06c7b69410934132b.tar.bz2
exchange-aa89db4d0a92f341eb6239a06c7b69410934132b.zip
organize #include, remove redundant includes
Diffstat (limited to 'src/include/taler_util.h')
-rw-r--r--src/include/taler_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/taler_util.h b/src/include/taler_util.h
index cad899685..c9db9f789 100644
--- a/src/include/taler_util.h
+++ b/src/include/taler_util.h
@@ -108,7 +108,7 @@ TALER_config_get_denom (struct GNUNET_CONFIGURATION_Handle *cfg,
* @return a pointer to the dir path (to be freed by the caller)
*/
char *
-TALER_os_installation_get_path (enum GNUNET_OS_InstallationPathKind dirkind);
+TALER_OS_installation_get_path (enum GNUNET_OS_InstallationPathKind dirkind);
/**