pspsdk-1.0+beta2
pspssl.h
Go to the documentation of this file.
1 /*
2  * PSP Software Development Kit - http://www.pspdev.org
3  * -----------------------------------------------------------------------
4  * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
5  *
6  * pspssl.h - Interface to the ssl library.
7  *
8  * Copyright (c) 2008 David Perry (InsertWittyName)
9  * Copyright (c) 2008 moonlight
10  *
11  */
12 
13 #ifndef __PSPSSL_H__
14 #define __PSPSSL_H__
15 
16 #if defined(__cplusplus)
17 extern "C" {
18 #endif
19 
27 int sceSslInit(int unknown1);
28 
34 int sceSslEnd(void);
35 
43 int sceSslGetUsedMemoryMax(unsigned int *memory);
44 
52 int sceSslGetUsedMemoryCurrent(unsigned int *memory);
53 
54 #if defined(__cplusplus)
55 };
56 #endif
57 
58 #endif