DEBSOURCES
Skip Quicknav
sources / tinydyndns / 0.4.2.debian1-2 / roots.h
12345678
#ifndef ROOTS_H #define ROOTS_H extern int roots(char *,char *); extern int roots_same(char *,char *); extern int roots_init(void); #endif