1*6d4b3e9eStobias /* $OpenBSD: ed.h,v 1.1 2015/10/16 07:33:47 tobias Exp $ */ 2*6d4b3e9eStobias 3*6d4b3e9eStobias /* 4*6d4b3e9eStobias * Copyright (c) 2015 Tobias Stoeckmann <tobias@openbsd.org> 5*6d4b3e9eStobias * 6*6d4b3e9eStobias * Permission to use, copy, modify, and distribute this software for any 7*6d4b3e9eStobias * purpose with or without fee is hereby granted, provided that the above 8*6d4b3e9eStobias * copyright notice and this permission notice appear in all copies. 9*6d4b3e9eStobias * 10*6d4b3e9eStobias * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 11*6d4b3e9eStobias * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 12*6d4b3e9eStobias * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 13*6d4b3e9eStobias * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 14*6d4b3e9eStobias * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 15*6d4b3e9eStobias * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 16*6d4b3e9eStobias * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 17*6d4b3e9eStobias */ 18*6d4b3e9eStobias 19*6d4b3e9eStobias void do_ed_script(void); 20