2007-01-21 [colin] 2.7.1cvs49
[claws.git] / src / ldapquery.c
index 54053e857f35653842813eb8b054371b7e03d1c3..fe58db9cbc07e64c5d65e0113e0e18e674f14126 100644 (file)
@@ -214,7 +214,7 @@ void ldapqry_set_callback_end( LdapQuery *qry, void *func ) {
  * \param qry Query object.
  * \param value Value of stop flag.
  */
-static void ldapqry_set_stop_flag( LdapQuery *qry, const gboolean value ) {
+void ldapqry_set_stop_flag( LdapQuery *qry, const gboolean value ) {
        g_return_if_fail( qry != NULL );
 
        pthread_mutex_lock( qry->mutexStop );