diff options
author | Lennart Poettering <lennart@poettering.net> | 2009-05-28 02:47:36 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2009-05-28 02:47:36 +0200 |
commit | c224aace42ca3b59d18a5bc7d5f33aed7d9fb99c (patch) | |
tree | 53dac2f344317c18f90f3669935b9371a8534b6c /src/pulsecore/ltdl-helper.h | |
parent | 1c4393acf0a641a4f462cfa6c368d23d9e55a1b8 (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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pulsecore/ltdl-helper.h b/src/pulsecore/ltdl-helper.h index 4c4f018ac..9f3469697 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 - |