mirror of /home/gitosis/repositories/libowfat.git
parent
1aec9df28d
commit
f432739bd6
3 changed files with 3 additions and 3 deletions
@ -1,6 +1,6 @@ |
||||
#include "str.h" |
||||
#include "buffer.h" |
||||
|
||||
int buffer_puts(buffer* b,const char* x) { |
||||
int buffer_putsalign(buffer* b,const char* x) { |
||||
return buffer_putalign(b,x,str_len(x)); |
||||
} |
||||
|
@ -1,6 +1,6 @@ |
||||
#include "str.h" |
||||
#include "buffer.h" |
||||
|
||||
int buffer_puts(buffer* b,const char* x) { |
||||
int buffer_putsflush(buffer* b,const char* x) { |
||||
return buffer_putflush(b,x,str_len(x)); |
||||
} |
||||
|
Loading…
Reference in new issue