Nntp-specific Account data. More...
#include <stdbool.h>#include <stdio.h>#include <sys/types.h>
Include dependency graph for adata.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | NntpAccountData |
| NNTP-specific Account data -. More... | |
Functions | |
| void | nntp_adata_free (void **ptr) |
| Free the private Account data - Implements Account::adata_free() -. | |
| struct NntpAccountData * | nntp_adata_new (struct Connection *conn) |
| Allocate and initialise a new NntpAccountData structure. | |
Nntp-specific Account data.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file adata.h.
| struct NntpAccountData * nntp_adata_new | ( | struct Connection * | conn | ) |
Allocate and initialise a new NntpAccountData structure.
| conn | Network connection |
| ptr | New NntpAccountData |
Definition at line 65 of file adata.c.
Here is the call graph for this function:
Here is the caller graph for this function: