summaryrefslogtreecommitdiffstats
path: root/src/xml.c
diff options
context:
space:
mode:
authorDavid Troy <dave@popvox.com>2006-04-07 17:27:01 +0000
committerDavid Troy <dave@popvox.com>2006-04-07 17:27:01 +0000
commit2e59afd9c5cdfcc8fa3f7237668568e9c85a15a0 (patch)
tree77dbd25294aeaf722a2573921308b9b05be9e896 /src/xml.c
parent524502c0a8d5b6d8ec1f15ab456b20c1d33451ad (diff)
downloadastmanproxy-2e59afd9c5cdfcc8fa3f7237668568e9c85a15a0.tar.gz
astmanproxy-2e59afd9c5cdfcc8fa3f7237668568e9c85a15a0.tar.xz
astmanproxy-2e59afd9c5cdfcc8fa3f7237668568e9c85a15a0.zip
git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@92 f02b47b9-160a-0410-81a6-dc3441afb0ec
Diffstat (limited to 'src/xml.c')
-rw-r--r--src/xml.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/xml.c b/src/xml.c
index 2f3f9d0..72dc4fb 100644
--- a/src/xml.c
+++ b/src/xml.c
@@ -98,11 +98,6 @@ int _write(struct mansession *s, struct message *m) {
return 0;
}
-int _autodisconnect() {
- return 0;
-}
-
-
/* Takes a single manager header line and converts xml entities */
void xml_quote_string(char *s, char *o) {