stty: fix columns command. closes bug 791.
[oweals/busybox.git] / libbb / obscure.c
index 1841b27d6aff72335065b812bc7ab2ec7ec18986..19b87523ec6c5a6f17f52dd1d461d4c0ea65de57 100644 (file)
@@ -157,7 +157,7 @@ static const char *obscure_msg(const char *old_p, const char *new_p, const struc
        return NULL;
 }
 
-int obscure(const char *old, const char *newval, const struct passwd *pw)
+int FAST_FUNC obscure(const char *old, const char *newval, const struct passwd *pw)
 {
        const char *msg;