dav/main.h

changeset 14
d1a43035d3a2
parent 11
5db6178d8b58
child 15
182af08b4813
--- a/dav/main.h	Tue Aug 13 13:51:00 2013 +0200
+++ b/dav/main.h	Wed Aug 14 18:01:37 2013 +0200
@@ -1,7 +1,7 @@
 /*
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  *
- * Copyright 2012 Olaf Wintermann. All rights reserved.
+ * Copyright 2013 Olaf Wintermann. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
@@ -31,6 +31,7 @@
 
 #include <curl/curl.h>
 #include "optparser.h"
+#include "webdav.h"
 
 #ifdef	__cplusplus
 extern "C" {
@@ -39,6 +40,9 @@
 void print_usage(char *cmd);
 
 int cmd_list(CmdArgs *args);
+void ls_print_list_elm(DavResource *res, CmdArgs *args);
+void ls_print_elm(DavResource *res, CmdArgs *args);
+
 int cmd_get(CmdArgs *args);
 int cmd_put(CmdArgs *args);
 

mercurial