summaryrefslogtreecommitdiff
path: root/include/asterisk/module.h
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2008-02-27 08:20:15 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2008-02-27 08:20:15 +0000
commit4aff24881b2ce9c99ba867811c31f239ad968e2f (patch)
treeaf48099a9a772a296cf2e3a358ae634403114277 /include/asterisk/module.h
parent0e3ef53ddd7905656e8f004413b27c29132f439c (diff)
Bring Voicetronix driver up to date with current drivers
(closes issue #12084) Reported by: mmickan Patches: chan_vpb.cc.diff uploaded by mmickan (license 400) module.h.diff uploaded by mmickan (license 400) vpb.conf.sample uploaded by mmickan (license 400) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@104502 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/module.h')
-rw-r--r--include/asterisk/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/module.h b/include/asterisk/module.h
index 2344fe825..bb58cb268 100644
--- a/include/asterisk/module.h
+++ b/include/asterisk/module.h
@@ -242,9 +242,9 @@ void ast_module_unref(struct ast_module *);
load_func, \
reload_func, \
unload_func, \
- AST_MODULE, \
NULL, \
NULL, \
+ AST_MODULE, \
desc, \
keystr, \
flags_to_set, \