File: libfreebusy_conv.h

package info (click to toggle)
kopanocore 8.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 15,400 kB
  • sloc: cpp: 175,422; python: 24,623; perl: 7,319; php: 6,056; sh: 2,172; makefile: 1,294; xml: 45; ansic: 1
file content (16 lines) | stat: -rw-r--r-- 380 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * SPDX-License-Identifier: AGPL-3.0-only
 * Copyright 2005 - 2016 Zarafa and its licensors
 */

#ifndef LIBFREEBUSY_CONV_H
#define LIBFREEBUSY_CONV_H

#include "freebusy.h"
#include <Python.h>

void InitFreebusy();
LPFBUser List_to_p_FBUser(PyObject *, ULONG *);
LPFBBlock_1 List_to_p_FBBlock_1(PyObject *, ULONG *);
PyObject* List_from_FBBlock_1(LPFBBlock_1, LONG *);
#endif