Changeset 662 for trunk/sx/plugins.h

Show
Ignore:
Timestamp:
10/08/08 12:44:06 (5 months ago)
Author:
smoku
Message:

Implemented My IP Address extension

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/sx/plugins.h

    r564 r662  
    148148 
    149149 
    150 /* Stanza Acknowledgements plugin */ 
    151150#ifdef ENABLE_EXPERIMENTAL 
    152151 
     152/* Stanza Acknowledgements plugin */ 
    153153/** init function */ 
    154154JABBERD2_API int                         sx_ack_init(sx_env_t env, sx_plugin_t p, va_list args); 
     155 
     156/* My IP Address plugin */ 
     157/** init function */ 
     158JABBERD2_API int                         sx_address_init(sx_env_t env, sx_plugin_t p, va_list args); 
    155159 
    156160#endif /* ENABLE_EXPERIMENTAL */