/* * FindPidf_chk.c */ #ident "%S %D %N" #include "pidf.h" /* These are just stubs - if you reach this portion of the code, you need to link with libnewPidf and not libchkPidf */ int FindPidf (SDDAS_ULONG key, char *V) { return (-1); } int ReloadPIDFandGetVirtual (SDDAS_ULONG key, SDDAS_CHAR *VirtualName) { return (-1); }