/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/_simple_set_pyx.pxd

  • Committer: Andrew Bennetts
  • Date: 2009-10-29 00:25:26 UTC
  • mfrom: (4775 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4778.
  • Revision ID: andrew.bennetts@canonical.com-20091029002526-0d0hb1jqt1qvd5a6
MergeĀ lp:bzr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2009, 2010 Canonical Ltd
 
1
# Copyright (C) 2009 Canonical Ltd
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
88
88
cdef api int SimpleSet_Discard(object self, object key) except -1
89
89
cdef api PyObject *SimpleSet_Get(SimpleSet self, object key) except? NULL
90
90
cdef api Py_ssize_t SimpleSet_Size(object self) except -1
91
 
cdef api int SimpleSet_Next(object self, Py_ssize_t *pos, PyObject **key) except -1
 
91
cdef api int SimpleSet_Next(object self, Py_ssize_t *pos, PyObject **key)