/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to libssts/Callback.h

  • Committer: Gustav Hartvigsson
  • Date: 2015-11-14 17:26:42 UTC
  • mfrom: (110 simpletypesystem_trunk)
  • mto: This revision was merged to the branch mainline in revision 111.
  • Revision ID: gustav.hartvigsson@gmail.com-20151114172642-qwrw5593xue49bgj
* Merged from trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#include "defs.h"
6
6
#include "Func.h"
7
7
 
8
 
BEGIN_DECLS
 
8
S_BEGIN_DECLS
9
9
 
10
10
/**
11
11
 * @file
132
132
 
133
133
/**@}*/
134
134
 
135
 
END_DECLS
 
135
S_END_DECLS
136
136
 
137
137
#endif