ViewVC Help
View File
|
Revision Log
|
View Changeset
|
Root Listing
root
/
Oni2
/
Daodan
/
Flatline
/
src
/
testserver.c
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
(
Generate patch
)
Comparing Daodan/Flatline/src/testserver.c (file contents):
Revision
457
by
rossy
, Fri Aug 14 10:45:13 2009 UTC vs.
Revision
483
by
rossy
, Sun Nov 29 08:20:43 2009 UTC
#
Line 3
|
Line 3
3
int main()
4
{
5
NetPlatform_Initalize();
6
<
FLrListen_Run();
6
>
FLrServer_Run();
7
NetPlatform_Shutdown();
8
return 0;
9
}
Diff Legend
–
Removed lines
+
Added lines
<
Changed lines (old)
>
Changed lines (new)