summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOBATA Akio <obache@wizdas.com>2020-02-08 16:43:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-02-09 16:26:49 +0900
commit8491d0dfae09408e5075f4d1e5ae1f7180382f1c (patch)
tree60af34f9a118d0db2cf20fcf88c231f3f439fc38
parentb62256feda8de333f14439d305f70f30c5e15a19 (diff)
downloadlibcarddav-8491d0dfae09408e5075f4d1e5ae1f7180382f1c.tar.gz
libcarddav-8491d0dfae09408e5075f4d1e5ae1f7180382f1c.zip
Prevent to disclose static function in the header file
Signed-off-by: OBATA Akio <obache@wizdas.com> (cherry picked from commit 52200a5d4d7874d134b6cfd87e7b575f099738a4)
-rw-r--r--src/get-carddav-report.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/get-carddav-report.h b/src/get-carddav-report.h
index 444099d..53f75f5 100644
--- a/src/get-carddav-report.h
+++ b/src/get-carddav-report.h
@@ -26,14 +26,6 @@
#include <glib.h>
/**
- * Function for getting a WebDAV directory listing.
- * @param settings A pointer to carddav_settings. @see carddav_settings
- * @param error A pointer to carddav_error. @see carddav_error
- * @return string containing list of href elements for search
- */
-static gchar* carddav_dirlist(carddav_settings* settings, carddav_error* error);
-
-/**
* Function for getting all cards from collection.
* @param settings A pointer to carddav_settings. @see carddav_settings
* @param error A pointer to carddav_error. @see carddav_error