Register more commands automatically from within ioccrf.cpp.

This commit is contained in:
W. Eric Norum
2000-12-20 01:04:52 +00:00
parent 85b58a1e05
commit 68e3f07c6a
3 changed files with 3 additions and 10 deletions
@@ -14,16 +14,10 @@ of this distribution.
#include <stdio.h>
#include "osiThread.h"
#include "dbAccess.h"
#include "errlog.h"
#include "dbTest.h"
#include "registryRecordType.h"
#include "ioccrf.h"
#include "registerRecordDeviceDriverRegister.h"
int main(int argc,char *argv[])
{
registerRecordDeviceDriverRegister();
if(argc>=2) {
ioccrf(argv[1]);
threadSleep(.2);