summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/ltdl-helper.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-05-28 02:47:36 +0200
committerLennart Poettering <lennart@poettering.net>2009-05-28 02:47:36 +0200
commitc224aace42ca3b59d18a5bc7d5f33aed7d9fb99c (patch)
tree53dac2f344317c18f90f3669935b9371a8534b6c /src/pulsecore/ltdl-helper.h
parent1c4393acf0a641a4f462cfa6c368d23d9e55a1b8 (diff)
modules: introduce PA_MODULE_DEPRECATED() macro for marking modules deprecated
Diffstat (limited to 'src/pulsecore/ltdl-helper.h')
-rw-r--r--src/pulsecore/ltdl-helper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pulsecore/ltdl-helper.h b/src/pulsecore/ltdl-helper.h
index 4c4f018a..9f346969 100644
--- a/src/pulsecore/ltdl-helper.h
+++ b/src/pulsecore/ltdl-helper.h
@@ -29,4 +29,3 @@ typedef void (*pa_void_func_t)(void);
pa_void_func_t pa_load_sym(lt_dlhandle handle, const char*module, const char *symbol);
#endif
-