diff --git a/lib/roken/roken.h b/lib/roken/roken.h index 286660963..c564aff31 100644 --- a/lib/roken/roken.h +++ b/lib/roken/roken.h @@ -189,10 +189,6 @@ char* getcwd(char *path, size_t size); int getent(char *cp, char *name); #endif -#ifndef HAVE_GETSTR -char *getstr(char *id, char **cpp); -#endif - #ifdef HAVE_PWD_H #include struct passwd *k_getpwnam (char *user); diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index 286660963..c564aff31 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -189,10 +189,6 @@ char* getcwd(char *path, size_t size); int getent(char *cp, char *name); #endif -#ifndef HAVE_GETSTR -char *getstr(char *id, char **cpp); -#endif - #ifdef HAVE_PWD_H #include struct passwd *k_getpwnam (char *user);