loudmouth/lm-resolver.h
changeset 471 a7cf42557aef
parent 467 943afa7cfac5
child 473 2006c0c0a63d
--- a/loudmouth/lm-resolver.h	Thu Jul 31 14:12:33 2008 +0200
+++ b/loudmouth/lm-resolver.h	Thu Jul 31 19:50:01 2008 +0200
@@ -53,7 +53,8 @@
 } LmResolverType;
 
 typedef enum {
-        LM_RESOLVER_RESULT_OK
+        LM_RESOLVER_RESULT_OK,
+        LM_RESOLVER_RESULT_FAILED
 } LmResolverResult;
 
 typedef void (*LmResolverCallback) (LmResolver       *resolver,