forked from pyrite-dev/milsko
things
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@36 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
4910b4d1d8
commit
b490488422
19 changed files with 253 additions and 253 deletions
|
|
@ -1,11 +1,11 @@
|
|||
/* $Id$ */
|
||||
#include <Milsko/Milsko.h>
|
||||
#include <Mw/Mw.h>
|
||||
|
||||
void MilskoLLCreateCommon(MilskoLL handle) {
|
||||
void MwLLCreateCommon(MwLL handle) {
|
||||
handle->handler = malloc(sizeof(*handle->handler));
|
||||
memset(handle->handler, 0, sizeof(*handle->handler));
|
||||
}
|
||||
|
||||
void MilskoLLDestroyCommon(MilskoLL handle) {
|
||||
void MwLLDestroyCommon(MwLL handle) {
|
||||
free(handle->handler);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue