Private state data for the Browser. More...
Go to the source code of this file.
Functions | |
void | browser_private_data_free (struct BrowserPrivateData **ptr) |
Free Private Browser Data - Implements MuttWindow::wdata_free() -. | |
struct BrowserPrivateData * | browser_private_data_new (void) |
Create new Browser Data. | |
Private state data for the Browser.
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.c.
struct BrowserPrivateData * browser_private_data_new | ( | void | ) |
Create new Browser Data.
ptr | New BrowserPrivateData |
Definition at line 55 of file private_data.c.