Move the remnants of loadext.c to miinitext.c
There was nothing XFree86-specific or loader-specific about this, aside from using xf86MsgVerb instead of ErrorF. Signed-off-by: Daniel Stone <daniel@fooishbar.org> Reviewed-by: Jamey Sharp <jamey@minilop.net> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
committed by
Keith Packard
parent
a089af3477
commit
79d14d9fc3
@@ -87,8 +87,6 @@ typedef struct {
|
||||
InitExtension setupFunc;
|
||||
} ExtensionModule;
|
||||
|
||||
extern ExtensionModule *ExtensionModuleList;
|
||||
|
||||
extern _X_EXPORT unsigned short StandardMinorOpcode(ClientPtr /*client */ );
|
||||
|
||||
extern _X_EXPORT Bool EnableDisableExtension(const char *name, Bool enable);
|
||||
@@ -100,4 +98,6 @@ extern _X_EXPORT void InitExtensions(int argc, char **argv);
|
||||
|
||||
extern _X_EXPORT void CloseDownExtensions(void);
|
||||
|
||||
extern _X_EXPORT void LoadExtension(ExtensionModule *ext, Bool external);
|
||||
|
||||
#endif /* EXTENSION_H */
|
||||
|
||||
Reference in New Issue
Block a user