~clint-fewbar/gearmand/fix-const-libmemcached-gcc47

« back to all changes in this revision

Viewing changes to libhostile/hostile.h

  • Committer: Brian Aker
  • Date: 2012-09-02 22:40:22 UTC
  • Revision ID: brian@tangent.org-20120902224022-xjn151v95u8moclf
Fix compile issue with clang.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
#endif
58
58
 
59
59
LIBHOSTILE_API
60
 
  bool libhostile_is_accept();
 
60
  bool libhostile_is_accept(void);
61
61
 
62
62
LIBHOSTILE_API
63
63
  void set_poll_close(bool arg, int frequency, int not_until_arg, enum hostile_poll_t poll_type);