diff options
author | Helder Martins <heldermartins89@gmail.com> | 2013-07-17 09:20:54 +0100 |
---|---|---|
committer | Helder Martins <heldermartins89@gmail.com> | 2013-07-17 09:20:54 +0100 |
commit | a8abba84bda165d283fad84ea77d59e211629bee (patch) | |
tree | 9a773de10fdbc159688172e7d5d630bbe3d53f7d /src/common/dcc.h | |
parent | 0c87c491460125f6fd0bcf74b135cec7ae04c00e (diff) |
Fixed coding style and clearified some comments, following arnavion suggestions
Diffstat (limited to 'src/common/dcc.h')
-rw-r--r-- | src/common/dcc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/dcc.h b/src/common/dcc.h index 6f3b152f..acb87f34 100644 --- a/src/common/dcc.h +++ b/src/common/dcc.h @@ -117,7 +117,7 @@ struct dccstat_info extern struct dccstat_info dccstat[]; gboolean is_dcc (struct DCC *dcc); -gboolean is_dcc_fcompleted (struct DCC *dcc); +gboolean is_dcc_completed (struct DCC *dcc); void dcc_abort (session *sess, struct DCC *dcc); void dcc_get (struct DCC *dcc); int dcc_resume (struct DCC *dcc); |