X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fopr%2Fopr.h;h=8970c924142bc60b8cf132d813d1cc45e838a6e0;hp=1130b335a82d3773acdcebcc6265e4324497858e;hb=926c026db8d8ae6cc4db6113458aee99a37710cb;hpb=fd5aa52ef8ce719502f970ab93ffde07d7ed4780 diff --git a/src/opr/opr.h b/src/opr/opr.h index 1130b33..8970c92 100644 --- a/src/opr/opr.h +++ b/src/opr/opr.h @@ -64,14 +64,12 @@ extern void opr_AssertionFailed(const char *, int) AFS_NORETURN; #define lcstring opr_lcstring #define ucstring opr_ucstring #define stolower opr_stolower -#define stoupper opr_stoupper /* XXX str* is in the implementation namespace when is included */ #define strcompose opr_strcompose extern char *opr_lcstring(char *d, const char *s, int n) AFS_NONNULL((1,2)); extern char *opr_ucstring(char *d, const char *s, int n) AFS_NONNULL((1,2)); extern void opr_stolower(char *s) AFS_NONNULL((1)); -extern void opr_stoupper(char *s) AFS_NONNULL((1)); extern char *opr_strcompose(char *buf, size_t len, ...) AFS_NONNULL((1)); /* threadname.c */