From 4d105111a7cca83de591e427ea81af5c45c3e0e2 Mon Sep 17 00:00:00 2001
From: Michael Vogel <icarus@dabo.de>
Date: Fri, 6 May 2016 18:30:34 +0200
Subject: [PATCH] Added documentation

---
 include/dfrn.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/dfrn.php b/include/dfrn.php
index 21756b87d..a974056e6 100644
--- a/include/dfrn.php
+++ b/include/dfrn.php
@@ -68,6 +68,7 @@ class dfrn {
 	 * @param string $owner_nick Owner nick name
 	 * @param string $last_update Date of the last update
 	 * @param int $direction Can be -1, 0 or 1.
+	 * @param boolean $onlyheader Output only the header without content? (Default is "no")
 	 *
 	 * @return string DFRN feed entries
 	 */