summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core-util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-09-17 22:39:51 +0000
committerLennart Poettering <lennart@poettering.net>2007-09-17 22:39:51 +0000
commit8ff7d567d364e60283a73486889876c454566eea (patch)
tree6c21c4dc9cedf0f50379afa347e98b1ee2eb46e5 /src/pulsecore/core-util.h
parent4cdf2ce202d5e5c55db2387610a9bbff4b039bd8 (diff)
add a locale-independant pa_atof() implementation
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1846 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/pulsecore/core-util.h')
-rw-r--r--src/pulsecore/core-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulsecore/core-util.h b/src/pulsecore/core-util.h
index 4429f418..b8ef464e 100644
--- a/src/pulsecore/core-util.h
+++ b/src/pulsecore/core-util.h
@@ -92,6 +92,7 @@ char *pa_runtime_path(const char *fn, char *s, size_t l);
int pa_atoi(const char *s, int32_t *ret_i);
int pa_atou(const char *s, uint32_t *ret_u);
+int pa_atof(const char *s, float *ret_f);
int pa_snprintf(char *str, size_t size, const char *format, ...);