Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perlglue.xs

    r6f0fbe9 r5791bf7  
    140140                if (rv) owl_free(rv);
    141141
    142 void queue_message(msg)
     142void
     143queue_message(msg)
    143144        SV *msg
    144145        PREINIT:
     
    155156        }
    156157
    157 void admin_message(header, body)
     158void
     159admin_message(header, body)
    158160        const char *header
    159161        const char *body
     
    163165        }
    164166
    165 void start_question(line, callback)
     167void
     168start_question(line, callback)
    166169        const char *line
    167170        SV *callback
     
    178181        }
    179182
    180 void start_password(line, callback)
     183void
     184start_password(line, callback)
    181185        const char *line
    182186        SV *callback
     
    193197        }
    194198
    195 void start_edit_win(line, callback)
     199void
     200start_edit_win(line, callback)
    196201        const char *line
    197202        SV *callback
     
    434439
    435440
    436 MODULE = BarnOwl                PACKAGE = BarnOwl::Zephyr
    437 
    438 int
    439 have_zephyr()
    440         CODE:
    441                 RETVAL = owl_global_is_havezephyr(&g);
    442         OUTPUT:
    443                 RETVAL
    444441
    445442MODULE = BarnOwl                PACKAGE = BarnOwl::Internal
Note: See TracChangeset for help on using the changeset viewer.