extended interface_manager (more work needed here)

This commit is contained in:
Martin Willi
2007-05-03 14:22:52 +00:00
parent 586b7474a2
commit a4a3884c83
3 changed files with 243 additions and 3 deletions
+1 -1
View File
@@ -219,5 +219,5 @@ backend_t *backend_create(void)
this->cfgs = linked_list_create();
pthread_mutex_init(&this->mutex, NULL);
return (&this->public.backend.backend);
return &this->public.backend.backend;
}