Freeciv-3.1
Loading...
Searching...
No Matches
Data Fields
netfile_post Struct Reference

Data Fields

struct curl_httppost * first
 
struct curl_httppost * last
 

Detailed Description

Definition at line 39 of file netfile.c.

Field Documentation

◆ first

struct curl_httppost* netfile_post::first

Definition at line 43 of file netfile.c.

Referenced by netfile_add_form_str(), netfile_close_post(), and netfile_send_post().

◆ last

struct curl_httppost* netfile_post::last

Definition at line 44 of file netfile.c.

Referenced by netfile_add_form_str().