summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-10-26 01:34:48 +0000
committerLennart Poettering <lennart@poettering.net>2005-10-26 01:34:48 +0000
commit182da3ab7be8f813a09f1807c1c76747eff02af6 (patch)
tree78290574d9052dd1778b5244fd77350a991ab259 /docs
parent8e1c41a6b493a4180fcad14ab885f40d88cf207f (diff)
reorder arguments of avahi_reverse_lookup_name() to make them more natural
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@874 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TODO b/docs/TODO
index e783914..1712ea0 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -4,7 +4,6 @@ for 0.6:
* add support for subtypes in static services
* Add static host configuration like static services [lathiat]
* wrap avahi_server_add_record() via DBUS and in avahi-client [lathiat]
-* unify argument order of functions returning a string in a user supplied buffer
later:
* add simplification routine for adding services
@@ -97,3 +96,4 @@ done:
* make sure that all limit definitions end with _MAX
* generate local CNAME responses
* remove irrelevant functions from pubic rr.h API
+* unify argument order of functions returning a string in a user supplied buffer