Make dummy fucntion non-static.
This commit is contained in:
parent
d9eded9d9d
commit
1e551b86eb
@ -1,10 +1,10 @@
|
|||||||
/* $Id: dummy.c,v 1.2 2005-07-07 15:21:52 dron Exp $ */
|
/* $Id: dummy.c,v 1.3 2007-03-21 14:54:16 dron Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Dummy function, just to be ensure that the library always will be created.
|
* Dummy function, just to be ensure that the library always will be created.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static void
|
void
|
||||||
libport_dummy_function()
|
libport_dummy_function()
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user