Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perlglue.xs

    r5791bf7 r6f0fbe9  
    140140                if (rv) owl_free(rv);
    141141
    142 void
    143 queue_message(msg)
     142void queue_message(msg)
    144143        SV *msg
    145144        PREINIT:
     
    156155        }
    157156
    158 void
    159 admin_message(header, body)
     157void admin_message(header, body)
    160158        const char *header
    161159        const char *body
     
    165163        }
    166164
    167 void
    168 start_question(line, callback)
     165void start_question(line, callback)
    169166        const char *line
    170167        SV *callback
     
    181178        }
    182179
    183 void
    184 start_password(line, callback)
     180void start_password(line, callback)
    185181        const char *line
    186182        SV *callback
     
    197193        }
    198194
    199 void
    200 start_edit_win(line, callback)
     195void start_edit_win(line, callback)
    201196        const char *line
    202197        SV *callback
     
    439434
    440435
     436MODULE = BarnOwl                PACKAGE = BarnOwl::Zephyr
     437
     438int
     439have_zephyr()
     440        CODE:
     441                RETVAL = owl_global_is_havezephyr(&g);
     442        OUTPUT:
     443                RETVAL
    441444
    442445MODULE = BarnOwl                PACKAGE = BarnOwl::Internal
Note: See TracChangeset for help on using the changeset viewer.