X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=libopkg%2Fuser.h;h=81d72624126ec771e2b919974827096138801c62;hb=af66c658642635a3c951bb0ee130e40e7f084fd9;hp=a14575bc832d56db1aaea17d4b8ccd361288f588;hpb=f4a787e50beb527aeffd847df6b734b29967bd96;p=oweals%2Fopkg-lede.git diff --git a/libopkg/user.h b/libopkg/user.h index a14575b..81d7262 100644 --- a/libopkg/user.h +++ b/libopkg/user.h @@ -1,4 +1,4 @@ -/* user.c - the itsy package management system +/* user.c - the opkg package management system Jamey Hicks @@ -19,6 +19,5 @@ #include #include -typedef char* (*opkg_response_callback)(char *question); char *get_user_response(const char *format, ...);