Nntp-specific Email data. More...
#include "config.h"
#include <stddef.h>
#include "mutt/lib.h"
#include "email/lib.h"
#include "edata.h"
Go to the source code of this file.
Functions | |
void | nntp_edata_free (void **ptr) |
Free the private Email data - Implements Email::edata_free() -. | |
struct NntpEmailData * | nntp_edata_new (void) |
Create a new NntpEmailData for an Email. | |
struct NntpEmailData * | nntp_edata_get (struct Email *e) |
Get the private data for this Email. | |
Nntp-specific Email 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 edata.c.
struct NntpEmailData * nntp_edata_new | ( | void | ) |
Create a new NntpEmailData for an Email.
ptr | New NntpEmailData struct |
Definition at line 50 of file edata.c.