Include dependency graph for wdata.c:Go to the source code of this file.
Functions | |
| void | env_wdata_free (struct MuttWindow *win, void **ptr) |
| Free the Envelope Data - Implements MuttWindow::wdata_free() -. | |
| struct EnvelopeWindowData * | env_wdata_new (void) |
| Create new Envelope Data. | |
Envelope Window 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 wdata.c.
| struct EnvelopeWindowData * env_wdata_new | ( | void | ) |
Create new Envelope Data.
| ptr | New Envelope Data |
Definition at line 51 of file wdata.c.
Here is the caller graph for this function: