mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-03 20:29:28 -05:00
please doxygen
git-svn-id: file:///svn/unbound/trunk@1511 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
541ca65c9c
commit
1947f8cbb1
1 changed files with 2 additions and 2 deletions
|
|
@ -167,7 +167,7 @@ change(FILE* out, char* path, size_t max, const char* from, const char* to)
|
|||
snprintf(path+pathlen-fromlen, max-(pathlen-fromlen), "%s", to);
|
||||
}
|
||||
|
||||
/** Install service in servicecontrolmanager */
|
||||
/* Install service in servicecontrolmanager */
|
||||
void
|
||||
wsvc_install(FILE* out, const char* rename)
|
||||
{
|
||||
|
|
@ -213,7 +213,7 @@ wsvc_install(FILE* out, const char* rename)
|
|||
if(out) fprintf(out, "unbound service installed\n");
|
||||
}
|
||||
|
||||
/** Remove installed service from servicecontrolmanager */
|
||||
/* Remove installed service from servicecontrolmanager */
|
||||
void
|
||||
wsvc_remove(FILE* out)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue