Release v0.1.8.4 prepare for release
This commit is contained in:
@ -27,7 +27,7 @@ The library supports multiple text formats as defined in the [PrivateBin API v1.
|
||||
### Format Usage
|
||||
|
||||
```c
|
||||
#include "privatebinapi.h"
|
||||
#include "libprivatebin.h"
|
||||
|
||||
// Plain text format
|
||||
create_paste(server, content, password, expiration, "plaintext", 0, 0, &url, &token);
|
||||
@ -250,7 +250,7 @@ The library supports multiple text formats as defined in the [PrivateBin API v1.
|
||||
#### Basic Example
|
||||
|
||||
```c
|
||||
#include "privatebinapi.h"
|
||||
#include "libprivatebin.h"
|
||||
|
||||
char* paste_url = nullptr;
|
||||
char* delete_token = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user