version 1.34 | | version 1.35 |
---|
| | |
/* | | /* |
* static char *rcsid_plugins_c = | | * static char *rcsid_plugins_c = |
* "$Id: plugins.c,v 1.34 2005/03/06 13:55:46 akirschbaum Exp $"; | | * "$Id: plugins.c,v 1.35 2005/05/07 11:51:20 tchize Exp $"; |
*/ | | */ |
| | |
/*****************************************************************************/ | | /*****************************************************************************/ |
| | |
#endif | | #endif |
| | |
#include <plugproto.h> | | #include <plugproto.h> |
| | |
CFPlugin PlugList[32]; | | CFPlugin PlugList[32]; |
int PlugNR = 0; | | int PlugNR = 0; |
| | |
| | |
| | |
#else | | #else |
| | |
#ifndef HAVE_SCANDIR | | #ifndef HAVE_ALPHASORT |
| | |
extern int alphasort( struct dirent **a, struct dirent **b); | | extern int alphasort( struct dirent **a, struct dirent **b); |
#endif | | #endif |