blob: 592de9c6d573a5b61bd95a0fe4b1ee2bd0e4c427 (
plain)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: exec.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */
#include <sys/param.h>
#include "libsa.h"
#include <lib/libsa/loadfile.h>
void
run_loadfile(u_long *marks, int howto)
{}
|