ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/src/module.C
(Generate patch)

Comparing ermyth/src/module.C (file contents):
Revision 1.5 by pippijn, Thu Aug 30 19:56:26 2007 UTC vs.
Revision 1.6 by pippijn, Sun Sep 16 18:54:45 2007 UTC

1/*
2 * module.C: Module management.
3 *
4 * Copyright © 2007 Pippijn van Steenhoven / The Ermyth Team
5 * Rights to this code are as documented in COPYING.
6 */
1#include <svsconfig.h> 7#include <svsconfig.h>
2#include <common.h> 8#include <common.h>
3#include <ermyth/module.h> 9#include <ermyth/module.h>
4 10
5modules::modules (impl::srcinf const &si, char const * const name, bool norestart, bool (*init)(module *), void (*fini)(), 11modules::modules (impl::srcinf const &si, char const * const name, bool norestart, bool (*init)(module *), void (*fini)(),

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines