]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/protos.h
Implement first cut of Copy Job
[bacula/bacula] / bacula / src / lib / protos.h
index e77832c2336f7e860b0fcf9636c53d91553565f4..61d248b687178be6f61076a0960344dd8db65676 100644 (file)
@@ -31,6 +31,9 @@
  *   Version $Id$
  */
 
+#ifndef __LIBPROTOS_H
+#define __LIBPROTOS_H
+
 class JCR;
 
 /* attr.c */
@@ -342,3 +345,5 @@ btimer_t *start_thread_timer(JCR *jcr, pthread_t tid, uint32_t wait);
 void stop_thread_timer(btimer_t *wid);
 btimer_t *start_bsock_timer(BSOCK *bs, uint32_t wait);
 void stop_bsock_timer(btimer_t *wid);
+
+#endif /* __LIBPROTOS_H */