aboutsummaryrefslogtreecommitdiff
path: root/roots.h
blob: 5f89142e729d918a1703cc876a049a7890b7d4dd (plain)
1
2
3
4
5
6
7
8
#ifndef ROOTS_H
#define ROOTS_H

extern int roots(char *,char *);
extern int roots_same(char *,char *);
extern int roots_init(void);

#endif