~ubuntu-branches/ubuntu/hardy/transmission/hardy-updates

« back to all changes in this revision

Viewing changes to gtk/conf.h

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Benner
  • Date: 2007-12-05 14:37:05 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20071205143705-env7ahsls1gyb2eo
Tags: upstream-0.95.dfsg
ImportĀ upstreamĀ versionĀ 0.95.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/******************************************************************************
2
 
 * $Id: conf.h 3381 2007-10-12 20:50:03Z charles $
 
2
 * $Id: conf.h 4037 2007-12-02 01:27:14Z charles $
3
3
 *
4
4
 * Copyright (c) 2005-2007 Transmission authors and contributors
5
5
 *
55
55
cf_lock(char **errstr);
56
56
char *
57
57
cf_sockname(void);
 
58
void
 
59
cf_check_older_configs(void);
58
60
 
59
61
#endif /* TG_CONF_H */