various code cleanup changes including changing #define'd constants to enums,
authorRussell Bryant <russell@russellbryant.com>
Thu, 9 Feb 2006 02:08:04 +0000 (02:08 +0000)
committerRussell Bryant <russell@russellbryant.com>
Thu, 9 Feb 2006 02:08:04 +0000 (02:08 +0000)
commite13567b0c92bb29879cd02318b80385b713cf66d
tree238d9bc767315255bbb6243d112b595253c2cc6f
parenta8d24df108b7e02548ff1d96cdaceafdfdfd462b
various code cleanup changes including changing #define'd constants to enums,
comments to doxygen style, memory allocation to use ast_ wrappers, use calloc
instead of malloc+memset, and removing duplicated error messages (issue #6435)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9259 65c4cc65-6c06-0410-ace0-fbb531ad65f3
dsp.c
enum.c
file.c