~alexandr-fonari/libpspio/libpspio-spline

« back to all changes in this revision

Viewing changes to src/pspio.h

  • Committer: Yann Pouillon (U102998)
  • Date: 2014-07-23 14:25:12 UTC
  • Revision ID: yann.pouillon@ehu.es-20140723142512-srez87yv4i9j0p5e
* Removed spurious references to undefined global routines

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include "pspio_error.h"
29
29
#include "pspio_pspdata.h"
30
30
 
31
 
 
32
 
/**********************************************************************
33
 
 * Global routines                                                    *
34
 
 **********************************************************************/
35
 
 
36
 
/**
37
 
 * Initialize the library.
38
 
 * @return error code
39
 
 */
40
 
int psp_init();
41
 
 
42
 
 
43
 
/**
44
 
 * Free all memory.
45
 
 * @return error code
46
 
 */
47
 
int psp_end();
48
 
 
49
31
#endif