From patchwork Tue Jun 20 05:20:45 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonatan Schlag X-Patchwork-Id: 1210 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 09B1B61CB3 for ; Mon, 19 Jun 2017 21:26:02 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id C42922842; Mon, 19 Jun 2017 21:26:01 +0200 (CEST) Received: from ipfire.localdomain (dslb-088-073-193-212.088.073.pools.vodafone-ip.de [88.73.193.212]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 8287D283F; Mon, 19 Jun 2017 21:20:57 +0200 (CEST) From: Jonatan Schlag To: network@lists.ipfire.org Subject: [PATCH 2/7] Add editor functions Date: Mon, 19 Jun 2017 21:20:45 +0200 Message-Id: <1497900050-27692-2-git-send-email-jonatan.schlag@ipfire.org> X-Mailer: git-send-email 2.6.3 In-Reply-To: <1497900050-27692-1-git-send-email-jonatan.schlag@ipfire.org> References: <1497900050-27692-1-git-send-email-jonatan.schlag@ipfire.org> X-BeenThere: network@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List for the network package List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: network-bounces@lists.ipfire.org Sender: "network" Signed-off-by: Jonatan Schlag --- Makefile.am | 1 + src/functions/functions.editor | 147 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 148 insertions(+) create mode 100644 src/functions/functions.editor