~mordred/drizzle-interface/cython-interface

« back to all changes in this revision

Viewing changes to interface/lua/next_row.i

  • Committer: Monty Taylor
  • Date: 2009-11-23 16:53:44 UTC
  • mfrom: (117.1.9 drizzle-interface)
  • Revision ID: mordred@inaugust.com-20091123165344-fhht1jfc8puh8nno
Merged Max from lp:~chromakode/drizzle-interface/dbapi

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
30
 */
31
31
 
32
 
%typemap(out) char** (row_next)
 
32
%typemap(out) char** (next_row)
33
33
%{
34
34
  if ($1 != NULL)
35
35
  {