]> arthur.barton.de Git - netatalk.git/blobdiff - libatalk/bstring/bstradd.c
Rename bstrlib function bgets because theres already one in libgen.sh
[netatalk.git] / libatalk / bstring / bstradd.c
index 9f617ebcfdca41d572a266c3379c78a40cebfa00..749c963f89b36cc017eb90b5b9782c354f8b6dd9 100644 (file)
@@ -75,7 +75,7 @@
  * This is usefull if a well know code path uses string, often doing strlen on string.
  * By converting to bstring which carries the strlen, the repeated computation can be avoided.
  */
-bstring brefcstr (const char *str) {
+bstring brefcstr (char *str) {
     bstring b;
     int i;
     size_t j;