~ubuntu-branches/debian/sid/php-cassandra/sid

« back to all changes in this revision

Viewing changes to cassandra-1.3.0/src/Duration.h

  • Committer: Package Import Robot
  • Author(s): Ondřej Surý
  • Date: 2017-04-18 17:16:30 UTC
  • Revision ID: package-import@ubuntu.com-20170418171630-fw8udixss0879s32
Tags: upstream-1.3.0
Import upstream version 1.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef PHP_DRIVER_DURATION_H
 
2
#define PHP_DRIVER_DURATION_H
 
3
 
 
4
void php_driver_duration_init(INTERNAL_FUNCTION_PARAMETERS);
 
5
 
 
6
#endif