Remove network support from WINGs
[wmaker-crm.git] / src / osdep_stub.c
blob6a24e180915551a26ae970318512909339806450
2 #include <WINGs/WUtil.h>
4 #include "wconfig.h"
6 Bool GetCommandForPid(int pid, char ***argv, int *argc)
8 *argv = NULL;
9 *argc = 0;
10 static int notified = 0;
12 if (!notified) {
13 wwarning(_("%s is not implemented on this platform; "
14 "notify wmaker-dev@lists.windowmaker.info"), __FUNCTION__);
15 notified = 1;
18 return False;