Changeset 4485285 for perlglue.xs


Ignore:
Timestamp:
Jan 12, 2013, 1:43:31 PM (11 years ago)
Author:
Jason Gross <jasongross9@gmail.com>
Parents:
4626016 (diff), 7869e48 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merge 7869e4801e577613b7db987d11bddb0a31fe755c into 46260161946c87dfed4fef9e3223b2327895f139
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perlglue.xs

    rb303ba2 r7869e48  
    171171        CODE:
    172172        {
    173                 owl_function_adminmsg(header, body);           
    174         }
    175 
    176 
    177 const char * 
     173                owl_function_adminmsg(header, body);
     174        }
     175
     176
     177const char *
    178178get_data_dir ()
    179179        CODE:
     
    182182        RETVAL
    183183
    184 const char * 
     184const char *
    185185get_config_dir ()
    186186        CODE:
    187187                RETVAL = owl_global_get_confdir(&g);
    188188        OUTPUT:
    189         RETVAL 
    190 
    191 void
    192 popless_text(text) 
     189        RETVAL
     190
     191void
     192popless_text(text)
    193193        const char *text
    194194        CODE:
     
    198198
    199199void
    200 popless_ztext(text) 
     200popless_ztext(text)
    201201        const char *text
    202202        CODE:
     
    210210
    211211void
    212 error(text) 
     212error(text)
    213213        const char *text
    214214        CODE:
     
    273273        CODE:
    274274                rv = owl_text_wordwrap(in, cols);
    275                 RETVAL = rv;   
     275                RETVAL = rv;
    276276        OUTPUT:
    277277                RETVAL
Note: See TracChangeset for help on using the changeset viewer.