Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43bf2f4b authored by Davidlohr Bueso's avatar Davidlohr Bueso Committed by Greg Kroah-Hartman
Browse files

staging: keucr: remove String func prototypes



Commit 1b9f644d already got rid of
StringCopy and StringCmp, so remove the left over prototypes.

Signed-off-by: default avatarDavidlohr Bueso <dave@gnu.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 129575f2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -25,7 +25,5 @@ Define Difinetion
#define ERR_NoSmartMedia    0x003A /* Medium Not Present */

/***************************************************************************/
void StringCopy(char *, char *, int);
int  StringCmp(char *, char *, int);

#endif