mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
xfree86: Remove prototypes for non-existant functions.
This was obsolete from 9a0f25de7c "Static cleanups, dead code deletion." (server 1.3).
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
Signed-off-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
committed by
Matt Turner
parent
747bf5fe80
commit
f49473abfd
@@ -88,15 +88,9 @@ extern const ModuleVersions LoaderVersionInfo;
|
||||
extern unsigned long LoaderOptions;
|
||||
|
||||
/* Internal Functions */
|
||||
void LoaderDuplicateSymbol(const char *, const int);
|
||||
char *_LoaderModuleToName(int);
|
||||
int LoaderOpen(const char *, const char *, int, int *, int *, int *, int);
|
||||
int LoaderHandleOpen(int);
|
||||
|
||||
/* object to name lookup routines */
|
||||
char *_LoaderHandleToName(int handle);
|
||||
char *_LoaderHandleToCanonicalName(int handle);
|
||||
|
||||
/* Loader backends. */
|
||||
#include "dlloader.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user