Skip to content

Commit

Permalink
Fixed typos.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.bramp.net:8080/svn/PhD/Work/userspace/threadnetperf@2725 e02701c3-087c-644a-a2a3-551e05f81084
  • Loading branch information
bramp committed Jul 7, 2010
1 parent 31a58b9 commit 9b0ba94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serialise.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
int read_settings( SOCKET s, struct settings * settings );
int send_settings( SOCKET s, const struct settings * settings );

int read_results( SOCKET s, struct stats * settings );
int send_results( SOCKET s, const struct stats * settings );
int read_results( SOCKET s, struct stats * stats );
int send_results( SOCKET s, const struct stats * stats );

0 comments on commit 9b0ba94

Please sign in to comment.