#include <cstdio>
#include <stdlib.h>
#include <unistd.h>
#include <cerrno>
#include <cstring>
#include "mmstools/mmsfile.h"
#include "mmstools/tools.h"
Go to the source code of this file.
Functions | |
size_t | c_write_cb (char *buffer, size_t size, size_t nitems, void *outstream) |
Curl calls this c-routine to transfer data to the object. |
Definition in file mmsfile.cpp.
size_t c_write_cb | ( | char * | buffer, | |
size_t | size, | |||
size_t | nitems, | |||
void * | outstream | |||
) |
Curl calls this c-routine to transfer data to the object.
Definition at line 54 of file mmsfile.cpp.