Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/lib/cbuf.h

    r740 r988  
    2929#ifndef __CBUF_H
    3030#define __CBUF_H
    31 
    32 #include <stddef.h>
    33 #include <stdbool.h>
    34 #include <stdint.h>
    35 
    3631
    3732struct cbuf;
     
    228223 * @param[in]  s '\0' terminated string of printable characters.
    229224 *
    230  * @return numner of bytes written, -1 on error
     225 * @return number of bytes written, -1 on error
    231226 */
    232227int cbuf_print_quoted_string(cbuf* ost, const char* s);
     
    243238 * @param[in]  len number of bytes
    244239 *
    245  * @return numner of bytes written, -1 on error
     240 * @return number of bytes written, -1 on error
    246241 */
    247242int cbuf_print_quoted(cbuf* ost, const char* s, size_t len);
Note: See TracChangeset for help on using the changeset viewer.