Mh-specific Mailbox data. More...
Go to the source code of this file.
Functions | |
void | mh_mdata_free (void **ptr) |
Free the private Mailbox data - Implements Mailbox::mdata_free() -. | |
struct MhMboxData * | mh_mdata_new (void) |
Create a new MhMboxData object. | |
struct MhMboxData * | mh_mdata_get (struct Mailbox *m) |
Get the private data for this Mailbox. | |
Mh-specific Mailbox 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 mdata.c.
struct MhMboxData * mh_mdata_new | ( | void | ) |
Create a new MhMboxData object.
ptr | New MhMboxData struct |
Definition at line 49 of file mdata.c.
struct MhMboxData * mh_mdata_get | ( | struct Mailbox * | m | ) |
Get the private data for this Mailbox.
m | Mailbox |
ptr | MhMboxData |
Definition at line 60 of file mdata.c.