Private state data for Attachments. More...
#include "config.h"
#include <stdbool.h>
Go to the source code of this file.
Data Structures | |
struct | AttachPrivateData |
Private state data for Attachments. More... | |
Functions | |
void | attach_private_data_free (struct Menu *menu, void **ptr) |
Free the Attach Data - Implements Menu::mdata_free() -. | |
struct AttachPrivateData * | attach_private_data_new (void) |
Create new Attach Data. | |
Private state data for Attachments.
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 private_data.h.
struct AttachPrivateData * attach_private_data_new | ( | void | ) |
Create new Attach Data.
ptr | New AttachPrivateData |
Definition at line 50 of file private_data.c.