changeset 30 | 5dc02b23752f |
parent 0 | 1918ee327afb |
29:b72c6db6890b | 30:5dc02b23752f |
---|---|
1 /* $Id: dummy.c,v 1.2 2005/07/07 15:21:52 dron Exp $ */ |
1 /* $Id: dummy.c,v 1.2.2.1 2007/03/21 14:53:46 dron Exp $ */ |
2 |
2 |
3 /* |
3 /* |
4 * Dummy function, just to be ensure that the library always will be created. |
4 * Dummy function, just to be ensure that the library always will be created. |
5 */ |
5 */ |
6 |
6 |
7 static void |
7 void |
8 libport_dummy_function() |
8 libport_dummy_function() |
9 { |
9 { |
10 return; |
10 return; |
11 } |
11 } |
12 |
12 |