Ticket #121 (new enhancement)

Opened 2 years ago

Last modified 2 years ago

make the stdb access functions a public API

Reported by: lennart Assigned to: lennart
Priority: major Milestone:
Component: avahi-core Version:
Keywords: Cc:

Description

we probably should add a new small lib "libavahi-stdb" which encapsulates the service type database access functions. Recommended functions:

avahi_stdb_lookup()
avahi_stdb_open()
avahi_stdb_close()
avahi_stdb_setstent()
avahi_stdb_getstent()

the last two functions should work like libc's getpwent(), setpwent().